|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlite.callback.Callback
org.sqlite.profiler.Tracer
public abstract class Tracer
SQL statement tracing class.
JdbcConnection.setTracer(Tracer)
,
JdbcConnection.clearTracer()
Constructor Summary | |
---|---|
Tracer()
|
Method Summary | |
---|---|
static void |
clear(SWIGTYPE_p_sqlite3 db)
Unregister this object from the database. WARNING! Do not use this method because it is called internally. |
void |
register(SWIGTYPE_p_sqlite3 db)
invoke sqlite3_trace() function and this object is registered in the database. WARNING! Do not use this method because it is called internally. |
void |
unregister(SWIGTYPE_p_sqlite3 db)
Unregister this object from the database. WARNING! Do not use this method because it is called internally. |
protected abstract void |
xTrace(java.lang.String sql)
Called from the sqlite3_step() function. |
Methods inherited from class org.sqlite.callback.Callback |
---|
delete, isRegistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tracer()
Method Detail |
---|
public final void register(SWIGTYPE_p_sqlite3 db)
register
in class Callback
db
- the database handle.Database.setTracer(Tracer)
public final void unregister(SWIGTYPE_p_sqlite3 db)
unregister
in class Callback
db
- the database handle.clear(org.sqlite.swig.SWIGTYPE_p_sqlite3)
public static final void clear(SWIGTYPE_p_sqlite3 db)
db
- the database handle.Database.clearTracer()
protected abstract void xTrace(java.lang.String sql)
sql
- SQL to be evaluated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |