Class SqlStatementInfo

java.lang.Object
mondrian.server.monitor.SqlStatementInfo

public class SqlStatementInfo extends Object
Information about an SQL statement submitted by Mondrian to a back-end database.
See Also:
  • Field Details

    • sqlStatementId

      public final long sqlStatementId
    • sql

      public final String sql
    • stack

      public final String stack
      A printout of the stack trace which represents the code stack when the event was created. Useful for debugging purposes and identifying orphaned connections and statements.
  • Constructor Details

    • SqlStatementInfo

      public SqlStatementInfo(String stack, long sqlStatementId, String sql)
  • Method Details

    • getSqlStatementId

      public long getSqlStatementId()
    • getSql

      public String getSql()
    • toString

      public String toString()
      Overrides:
      toString in class Object