Package mondrian.server.monitor
Class SqlStatementInfo
java.lang.Object
mondrian.server.monitor.SqlStatementInfo
Information about an SQL statement submitted by Mondrian to a back-end
database.
- See Also:
-
Field Details
-
sqlStatementId
public final long sqlStatementId -
sql
-
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
-
-
Method Details