|
||||||||||
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.Profiler
public abstract class Profiler
SQL statement profiling class.
JdbcConnection.setProfiler(Profiler)
,
JdbcConnection.clearProfiler()
Constructor Summary | |
---|---|
Profiler()
|
Method Summary | |
---|---|
protected abstract void |
xProfile(java.lang.String sql,
long elapseTime)
Called from the sqlite3_step() function. |
Methods inherited from class org.sqlite.callback.Callback |
---|
isRegistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profiler()
Method Detail |
---|
protected abstract void xProfile(java.lang.String sql, long elapseTime)
sql
- SQL to be evaluatedelapseTime
- an estimate of wall-clock time of how long that statement took to execute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |