JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
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
Description
void
trace
(
String
stmt)
Callback to trace (ie log) one SQL statement.
Method Details
trace
void
trace
(
String
stmt)
Callback to trace (ie log) one SQL statement.
Parameters:
stmt
- SQL statement string