JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SQLite
Interface Trace
public interface
Trace
Callback interface for SQLite's trace function.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
trace
(
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method