Package mondrian.server.monitor
Class SqlStatementInfo
- java.lang.Object
-
- mondrian.server.monitor.Info
-
- mondrian.server.monitor.SqlStatementInfo
-
public class SqlStatementInfo extends Info
Information about an SQL statement submitted by Mondrian to a back-end database.- See Also:
StatementInfo
-
-
Field Summary
Fields Modifier and Type Field Description String
sql
long
sqlStatementId
-
Constructor Summary
Constructors Constructor Description SqlStatementInfo(String stack, long sqlStatementId, String sql)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSql()
long
getSqlStatementId()
-