A C D E F G I J M O R S T V X

A

acceptsURL(String) - Method in class org.sqlite.JDBC
 
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

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
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
 
getMinorVersion() - Method in class org.sqlite.JDBC
 
getNativeLibFolderPathForCurrentOS() - Static method in class org.sqlite.OSInfo
 
getOSName() - Static method in class org.sqlite.OSInfo
 
getPropertyInfo(String, Properties) - Method in class org.sqlite.JDBC
 
getVersion() - Static method in class org.sqlite.SQLiteJDBCLoader
 

I

initialize() - Static method in class org.sqlite.SQLiteJDBCLoader
 
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

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

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
 

T

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
 

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.SQLiteErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sqlite.SQLiteErrorCode
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 V X

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