Package SQLite

Interface Profile


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

      • 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.