A C D E F G I J M O P 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.
createConnection(String, Properties) - Static method in class org.sqlite.JDBC
 
createConnection(String) - Method in class org.sqlite.SQLiteConfig
Create a new JDBC connection using the current configuration

D

destFile - Variable in class org.sqlite.ExtendedCommand.BackupCommand
 
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.
execute(DB) - Method in class org.sqlite.ExtendedCommand.BackupCommand
 
execute(DB) - Method in class org.sqlite.ExtendedCommand.RestoreCommand
 
execute(DB) - Method in interface org.sqlite.ExtendedCommand.SQLExtension
 
ExtendedCommand - Class in org.sqlite
parsing SQLite specific extension of SQL command
ExtendedCommand() - Constructor for class org.sqlite.ExtendedCommand
 
ExtendedCommand.BackupCommand - Class in org.sqlite
 
ExtendedCommand.BackupCommand(String, String) - Constructor for class org.sqlite.ExtendedCommand.BackupCommand
 
ExtendedCommand.RestoreCommand - Class in org.sqlite
 
ExtendedCommand.RestoreCommand(String, String) - Constructor for class org.sqlite.ExtendedCommand.RestoreCommand
 
ExtendedCommand.SQLExtension - Interface in org.sqlite
 

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
 
getConfig() - Method in class org.sqlite.SQLiteDataSource
 
getConnection() - Method in class org.sqlite.SQLiteDataSource
 
getConnection(String, String) - Method in class org.sqlite.SQLiteDataSource
 
getErrorCode(int) - Static method in enum org.sqlite.SQLiteErrorCode
 
getLoginTimeout() - Method in class org.sqlite.SQLiteDataSource
 
getLogWriter() - Method in class org.sqlite.SQLiteDataSource
 
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
 
getUrl() - Method in class org.sqlite.SQLiteDataSource
 
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
 
isPureJavaMode() - Static method in class org.sqlite.SQLiteJDBCLoader
 
isValidURL(String) - Static method in class org.sqlite.JDBC
 
isWrapperFor(Class<?>) - Method in class org.sqlite.SQLiteDataSource
 

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
 

P

parse(String) - Static method in class org.sqlite.ExtendedCommand.BackupCommand
 
parse(String) - Static method in class org.sqlite.ExtendedCommand
 
parse(String) - Static method in class org.sqlite.ExtendedCommand.RestoreCommand
 
PREFIX - Static variable in class org.sqlite.JDBC
 

R

removeQuotation(String) - Static method in class org.sqlite.ExtendedCommand
 
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
 
setCacheSize(int) - Method in class org.sqlite.SQLiteDataSource
 
setCaseSensitiveLike(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setConfig(SQLiteConfig) - Method in class org.sqlite.SQLiteDataSource
Set the configuration parameters via SQLiteConfig object
setCouncChanges(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setDefaultCacheSize(int) - Method in class org.sqlite.SQLiteConfig
Set the cache size persistently across database connections
setDefaultCacheSize(int) - Method in class org.sqlite.SQLiteDataSource
 
setEncoding(SQLiteConfig.Encoding) - Method in class org.sqlite.SQLiteConfig
 
setEncoding(String) - Method in class org.sqlite.SQLiteDataSource
 
setEnforceForeinKeys(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setFullColumnNames(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setFullSync(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setIncrementalVacuum(int) - Method in class org.sqlite.SQLiteDataSource
 
setJounalSizeLimit(int) - Method in class org.sqlite.SQLiteConfig
 
setJournalMode(SQLiteConfig.JournalMode) - Method in class org.sqlite.SQLiteConfig
 
setJournalMode(String) - Method in class org.sqlite.SQLiteDataSource
 
setJournalSizeLimit(int) - Method in class org.sqlite.SQLiteDataSource
 
setLegacyFileFormat(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setLoadExtension(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setLockingMode(SQLiteConfig.LockingMode) - Method in class org.sqlite.SQLiteConfig
 
setLockingMode(String) - Method in class org.sqlite.SQLiteDataSource
 
setLoginTimeout(int) - Method in class org.sqlite.SQLiteDataSource
 
setLogWriter(PrintWriter) - Method in class org.sqlite.SQLiteDataSource
 
setMaxPageCount(int) - Method in class org.sqlite.SQLiteConfig
 
setMaxPageCount(int) - Method in class org.sqlite.SQLiteDataSource
 
setOpenMode(SQLiteOpenMode) - Method in class org.sqlite.SQLiteConfig
Set the database open mode
setPageSize(int) - Method in class org.sqlite.SQLiteConfig
 
setPageSize(int) - Method in class org.sqlite.SQLiteDataSource
 
setPragma(SQLiteConfig.Pragma, String) - Method in class org.sqlite.SQLiteConfig
Set a pragma value.
setReadOnly(boolean) - Method in class org.sqlite.SQLiteConfig
 
setReadOnly(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setReadUncommited(boolean) - Method in class org.sqlite.SQLiteConfig
 
setReadUncommited(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setRecursiveTriggers(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setReverseUnorderedSelects(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setSharedCache(boolean) - Method in class org.sqlite.SQLiteConfig
 
setSharedCache(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setShortColumnNames(boolean) - Method in class org.sqlite.SQLiteDataSource
 
setSynchronous(SQLiteConfig.SynchronousMode) - Method in class org.sqlite.SQLiteConfig
 
setSynchronous(String) - Method in class org.sqlite.SQLiteDataSource
 
setTempStore(SQLiteConfig.TempStore) - Method in class org.sqlite.SQLiteConfig
 
setTempStore(String) - Method in class org.sqlite.SQLiteDataSource
 
setTempStoreDirectory(String) - Method in class org.sqlite.SQLiteConfig
 
setTempStoreDirectory(String) - Method in class org.sqlite.SQLiteDataSource
 
setUrl(String) - Method in class org.sqlite.SQLiteDataSource
 
setUserVersion(int) - Method in class org.sqlite.SQLiteConfig
 
setUserVersion(int) - Method in class org.sqlite.SQLiteDataSource
 
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
 
SQLiteDataSource - Class in org.sqlite
Provides DataSource API for configuring SQLite database connection
SQLiteDataSource() - Constructor for class org.sqlite.SQLiteDataSource
 
SQLiteDataSource(SQLiteConfig) - Constructor for class org.sqlite.SQLiteDataSource
 
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.
srcDB - Variable in class org.sqlite.ExtendedCommand.BackupCommand
 
srcFile - Variable in class org.sqlite.ExtendedCommand.RestoreCommand
 

T

targetDB - Variable in class org.sqlite.ExtendedCommand.RestoreCommand
 
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

unwrap(Class<T>) - Method in class org.sqlite.SQLiteDataSource
 
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 P R S T U V X

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.