Package SQLite
Interface Profile
public interface Profile
Callback interface for SQLite's profile function.
-
Method Summary
-
Method Details
-
profile
Callback to profile (ie log) one SQL statement with its estimated execution time.- Parameters:
stmt- SQL statement stringest- estimated execution time in milliseconds.
-