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 Summary

    Modifier and Type
    Method
    Description
    void
    Notify listeners with SQL trace information.
  • Method Details

    • sqlTrace

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