Package SQLite
Interface Trace
-
public interface TraceCallback interface for SQLite's trace function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtrace(String stmt)Callback to trace (ie log) one SQL statement.
-
-
-
Method Detail
-
trace
void trace(String stmt)
Callback to trace (ie log) one SQL statement.- Parameters:
stmt- SQL statement string
-
-