Class SqlStatementInfo


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

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

      • SqlStatementInfo

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

      • getSqlStatementId

        public long getSqlStatementId()
      • getSql

        public String getSql()