Uses of Class
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogSqlSession.SqlStatementLog
-
Packages that use StatementLogSqlSession.SqlStatementLog Package Description org.camunda.bpm.qa.performance.engine.sqlstatementlog -
-
Uses of StatementLogSqlSession.SqlStatementLog in org.camunda.bpm.qa.performance.engine.sqlstatementlog
Fields in org.camunda.bpm.qa.performance.engine.sqlstatementlog with type parameters of type StatementLogSqlSession.SqlStatementLog Modifier and Type Field Description protected static java.lang.ThreadLocal<java.util.List<StatementLogSqlSession.SqlStatementLog>>
StatementLogSqlSession. threadStatementLog
Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog that return types with arguments of type StatementLogSqlSession.SqlStatementLog Modifier and Type Method Description static java.util.List<StatementLogSqlSession.SqlStatementLog>
StatementLogSqlSession. stopLogging()
stops logging statement executed by the current thread and returns the list of logged statements.
-