|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface Profile
Callback interface for SQLite's profile function.
| Method Summary | |
|---|---|
void |
profile(java.lang.String stmt,
long est)
Callback to profile (ie log) one SQL statement with its estimated execution time. |
| Method Detail |
|---|
void profile(java.lang.String stmt,
long est)
stmt - SQL statement stringest - estimated execution time in milliseconds.
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||