Package SQLite

Interface Trace


public interface Trace
Callback interface for SQLite's trace function.
  • Method Summary

    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