File
Doc
Category
Size
Date
Package
Trace.java
API Doc
Android 1.5 API
259
Wed May 06 22:41:06 BST 2009
SQLite
Trace
public interface Trace
Callback interface for SQLite's trace function.
Fields Summary
Constructors Summary
Methods Summary
public void
trace
(
java.lang.String
stmt)
Callback to trace (ie log) one SQL statement.
param
stmt SQL statement string
Java Code Source