Package
Class
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
J
O
R
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
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
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
getMajorVersion()
- Method in class org.sqlite.
JDBC
getMinorVersion()
- Method in class org.sqlite.
JDBC
getPropertyInfo(String, Properties)
- Method in class org.sqlite.
JDBC
J
JDBC
- Class in
org.sqlite
JDBC()
- Constructor for class org.sqlite.
JDBC
jdbcCompliant()
- Method in class org.sqlite.
JDBC
O
org.sqlite
- package org.sqlite
R
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.
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.
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
J
O
R
V
X
Package
Class
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes