Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
X
xAuth(int, String, String, String, String)
- Method in class org.sqlite.auth.
Authorizer
Called from the sqlite3_prepare(), sqlite3_prepare_v2() function.
xBusy(int)
- Method in class org.sqlite.event.
BusyHandler
Called from the sqlite3_step() function.
xCallback(String[], String[])
- Method in class org.sqlite.callback.
ExecCallback
invoked once for each row of any query results produced by the SQL statements.
xCollationNeeded(long, int, String)
- Method in class org.sqlite.event.
CollationNeededHandler
Register the desired collation sequence.
xCommit()
- Method in class org.sqlite.event.
CommitHook
invoked whenever a transaction is committed.
xFinal(long)
- Method in class org.sqlite.udf.
AggregateFunction
Called from the sqlite3_step() function.
xFinal(Context)
- Method in class org.sqlite.udf.
AggregateFunction
xFunc(Context)
- Method in class org.sqlite.udf.
AggregateFunction
invoke xStep() method.
xFunc(long, int, long)
- Method in class org.sqlite.udf.
Function
Called from the sqlite3_step() function.
xFunc(Context)
- Method in class org.sqlite.udf.
Function
Called from the sqlite3_step() function.
xProfile(String, long)
- Method in class org.sqlite.profiler.
Profiler
Called from the sqlite3_step() function.
xProgress()
- Method in class org.sqlite.event.
ProgressHandler
Called from the sqlite3_exec(), sqlite3_step(), sqlite3_get_table() function.
xRollback()
- Method in class org.sqlite.event.
RollbackHook
invoked whenever a transaction is rollbacked.
xStep(Context)
- Method in class org.sqlite.udf.
AggregateFunction
xTrace(String)
- Method in class org.sqlite.profiler.
Tracer
Called from the sqlite3_step() function.
xUpdate(int, String, String, long)
- Method in class org.sqlite.event.
UpdateHook
invoke when a row is updated, inserted or deleted.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X