Package SQLite

Interface Profile


public interface Profile
Callback interface for SQLite's profile function.
  • Method Summary

    Modifier and Type Method Description
    void profile​(String stmt, long est)
    Callback to profile (ie log) one SQL statement with its estimated execution time.
  • Method Details

    • profile

      void profile​(String stmt, long est)
      Callback to profile (ie log) one SQL statement with its estimated execution time.
      Parameters:
      stmt - SQL statement string
      est - estimated execution time in milliseconds.