Interface SQLTraceListener


  • public interface SQLTraceListener
    This interface can be implemented to provide a mechanism to trace the SQL trace record objects. SQL trace record objects contain SQL statements executed by applications.
    Author:
    Shalini M
    • Method Detail

      • sqlTrace

        void sqlTrace​(SQLTraceRecord record)
        Notify listeners with SQL trace information.
        Parameters:
        record - SQLTraceRecord that has information related to the SQL operation