Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
O
R
S
T
U
V
X
A
acceptsURL(String)
- Method in class org.sqlite.
JDBC
apply(Connection)
- Method in class org.sqlite.
SQLiteConfig
Apply the current configuration to connection
args()
- Method in class org.sqlite.
Function
Returns the number of arguments passed to the function.
C
clone()
- Method in class org.sqlite.
Function.Aggregate
code
- Variable in enum org.sqlite.
SQLiteErrorCode
connect(String, Properties)
- Method in class org.sqlite.
JDBC
create(Connection, String, Function)
- Static method in class org.sqlite.
Function
Registers the given function with the Connection using the provided name.
D
destroy(Connection, String)
- Static method in class org.sqlite.
Function
Removes the named function form the Connection.
E
enableCaseSensitiveLike(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableCountChanges(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableEmptyResultCallBacks(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableFullColumnNames(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableFullSync(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableLoadExtension(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableRecursiveTriggers(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableReverseUnorderedSelects(boolean)
- Method in class org.sqlite.
SQLiteConfig
enableShortColumnNames(boolean)
- Method in class org.sqlite.
SQLiteConfig
enforceForeignKeys(boolean)
- Method in class org.sqlite.
SQLiteConfig
error(String)
- Method in class org.sqlite.
Function
Called by
xFunc
to throw an error.
F
find(Class<?>, String)
- Static method in class org.sqlite.
ResourceFinder
Gets the
URL
of the file resource
find(ClassLoader, Package, String)
- Static method in class org.sqlite.
ResourceFinder
Finds the
URL
of the resource
find(ClassLoader, String, String)
- Static method in class org.sqlite.
ResourceFinder
Finds the
URL
of the resource
flag
- Variable in enum org.sqlite.
SQLiteOpenMode
Function
- Class in
org.sqlite
Provides an interface for creating SQLite user-defined functions.
Function()
- Constructor for class org.sqlite.
Function
Function.Aggregate
- Class in
org.sqlite
Function.Aggregate()
- Constructor for class org.sqlite.
Function.Aggregate
G
getArchName()
- Static method in class org.sqlite.
OSInfo
getErrorCode(int)
- Static method in enum org.sqlite.
SQLiteErrorCode
getMajorVersion()
- Method in class org.sqlite.
JDBC
getMajorVersion()
- Static method in class org.sqlite.
SQLiteJDBCLoader
getMinorVersion()
- Method in class org.sqlite.
JDBC
getMinorVersion()
- Static method in class org.sqlite.
SQLiteJDBCLoader
getNativeLibFolderPathForCurrentOS()
- Static method in class org.sqlite.
OSInfo
getOpenModeFlags()
- Method in class org.sqlite.
SQLiteConfig
getOSName()
- Static method in class org.sqlite.
OSInfo
getPropertyInfo(String, Properties)
- Method in class org.sqlite.
JDBC
getValue()
- Method in enum org.sqlite.
SQLiteConfig.Encoding
getValue()
- Method in enum org.sqlite.
SQLiteConfig.JournalMode
getValue()
- Method in enum org.sqlite.
SQLiteConfig.LockingMode
getValue()
- Method in enum org.sqlite.
SQLiteConfig.SynchronousMode
getValue()
- Method in enum org.sqlite.
SQLiteConfig.TempStore
getVersion()
- Static method in class org.sqlite.
SQLiteJDBCLoader
I
incrementalVacuum(int)
- Method in class org.sqlite.
SQLiteConfig
initialize()
- Static method in class org.sqlite.
SQLiteJDBCLoader
isEnabledLoadExtension()
- Method in class org.sqlite.
SQLiteConfig
isEnabledSharedCache()
- Method in class org.sqlite.
SQLiteConfig
isNativeMode()
- Static method in class org.sqlite.
SQLiteJDBCLoader
J
JDBC
- Class in
org.sqlite
JDBC()
- Constructor for class org.sqlite.
JDBC
jdbcCompliant()
- Method in class org.sqlite.
JDBC
M
main(String[])
- Static method in class org.sqlite.
OSInfo
message
- Variable in enum org.sqlite.
SQLiteErrorCode
O
org.sqlite
- package org.sqlite
OSInfo
- Class in
org.sqlite
Provides OS name and architecture name.
OSInfo()
- Constructor for class org.sqlite.
OSInfo
R
resetOpenMode(SQLiteOpenMode)
- Method in class org.sqlite.
SQLiteConfig
Reset the specified database open mode flag
ResourceFinder
- Class in
org.sqlite
Resource address finder for files inside the jar file
ResourceFinder()
- Constructor for class org.sqlite.
ResourceFinder
result(byte[])
- Method in class org.sqlite.
Function
Called by
xFunc
to return a value.
result(double)
- Method in class org.sqlite.
Function
Called by
xFunc
to return a value.
result(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to return a value.
result(long)
- Method in class org.sqlite.
Function
Called by
xFunc
to return a value.
result()
- Method in class org.sqlite.
Function
Called by
xFunc
to return a value.
result(String)
- Method in class org.sqlite.
Function
Called by
xFunc
to return a value.
S
setCacheSize(int)
- Method in class org.sqlite.
SQLiteConfig
setDefaultCacheSize(int)
- Method in class org.sqlite.
SQLiteConfig
Set the cache size persistently across database connections
setEncoding(SQLiteConfig.Encoding)
- Method in class org.sqlite.
SQLiteConfig
setJounalSizeLimit(int)
- Method in class org.sqlite.
SQLiteConfig
setJournalMode(SQLiteConfig.JournalMode)
- Method in class org.sqlite.
SQLiteConfig
setLockingMode(SQLiteConfig.LockingMode)
- Method in class org.sqlite.
SQLiteConfig
setMaxPageCount(int)
- Method in class org.sqlite.
SQLiteConfig
setOpenMode(SQLiteOpenMode)
- Method in class org.sqlite.
SQLiteConfig
Set the database open mode
setPageSize(int)
- Method in class org.sqlite.
SQLiteConfig
setPragma(SQLiteConfig.Pragma, String)
- Method in class org.sqlite.
SQLiteConfig
Set a pragma value.
setReadOnly(boolean)
- Method in class org.sqlite.
SQLiteConfig
setReadUncommited(boolean)
- Method in class org.sqlite.
SQLiteConfig
setSharedCache(boolean)
- Method in class org.sqlite.
SQLiteConfig
setSynchronous(SQLiteConfig.SynchronousMode)
- Method in class org.sqlite.
SQLiteConfig
setTempStore(SQLiteConfig.TempStore)
- Method in class org.sqlite.
SQLiteConfig
setTempStoreDirectory(String)
- Method in class org.sqlite.
SQLiteConfig
setUserVersion(int)
- Method in class org.sqlite.
SQLiteConfig
SQLiteConfig
- Class in
org.sqlite
SQLite Configuration See also http://www.sqlite.org/pragma.html
SQLiteConfig()
- Constructor for class org.sqlite.
SQLiteConfig
SQLiteConfig(Properties)
- Constructor for class org.sqlite.
SQLiteConfig
SQLiteConfig.Encoding
- Enum in
org.sqlite
SQLiteConfig.JournalMode
- Enum in
org.sqlite
SQLiteConfig.LockingMode
- Enum in
org.sqlite
SQLiteConfig.SynchronousMode
- Enum in
org.sqlite
SQLiteConfig.TempStore
- Enum in
org.sqlite
SQLiteErrorCode
- Enum in
org.sqlite
SQLite3 error code
SQLiteJDBCLoader
- Class in
org.sqlite
Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name, appropriately so that the SQLite JDBC driver can find *.dll, *.jnilib and *.so files, according to the current OS (win, linux, mac).
SQLiteJDBCLoader()
- Constructor for class org.sqlite.
SQLiteJDBCLoader
SQLiteOpenMode
- Enum in
org.sqlite
Database file open modes of SQLite.
T
toProperties()
- Method in class org.sqlite.
SQLiteConfig
Convert this SQLiteConfig settings into a Properties object, that can be passed to the
DriverManager.getConnection(String, Properties)
.
toString()
- Method in enum org.sqlite.
SQLiteErrorCode
translateArchNameToFolderName(String)
- Static method in class org.sqlite.
OSInfo
translateOSNameToFolderName(String)
- Static method in class org.sqlite.
OSInfo
typeName
- Variable in enum org.sqlite.
SQLiteConfig.Encoding
U
useLegacyFileFormat(boolean)
- Method in class org.sqlite.
SQLiteConfig
V
value_blob(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
value_bytes(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
value_double(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
value_int(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
value_long(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
value_text(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
value_type(int)
- Method in class org.sqlite.
Function
Called by
xFunc
to access the value of an argument.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteConfig.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteConfig.JournalMode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteConfig.LockingMode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteConfig.SynchronousMode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteConfig.TempStore
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.sqlite.
SQLiteOpenMode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.sqlite.
SQLiteConfig.Encoding
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.sqlite.
SQLiteConfig.JournalMode
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.sqlite.
SQLiteConfig.LockingMode
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.sqlite.
SQLiteConfig.SynchronousMode
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.sqlite.
SQLiteConfig.TempStore
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.sqlite.
SQLiteErrorCode
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.sqlite.
SQLiteOpenMode
Returns an array containing the constants of this enum type, in the order they're declared.
X
xFinal()
- Method in class org.sqlite.
Function.Aggregate
xFunc()
- Method in class org.sqlite.
Function.Aggregate
xFunc()
- Method in class org.sqlite.
Function
Called by SQLite as a custom function.
xStep()
- Method in class org.sqlite.
Function.Aggregate
A
C
D
E
F
G
I
J
M
O
R
S
T
U
V
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
This work is licensed under a
Creative Commons Attribution-ShareAlike 2.1 Japan License
.