Uses of Enum Class
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogSqlSession.SqlStatementType
Packages that use StatementLogSqlSession.SqlStatementType
-
Uses of StatementLogSqlSession.SqlStatementType in org.camunda.bpm.qa.performance.engine.sqlstatementlog
Fields in org.camunda.bpm.qa.performance.engine.sqlstatementlog declared as StatementLogSqlSession.SqlStatementTypeModifier and TypeFieldDescriptionprotected StatementLogSqlSession.SqlStatementType
StatementLogSqlSession.SqlStatementLog.statementType
Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog that return StatementLogSqlSession.SqlStatementTypeModifier and TypeMethodDescriptionStatementLogSqlSession.SqlStatementLog.getStatementType()
Returns the enum constant of this class with the specified name.StatementLogSqlSession.SqlStatementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog with parameters of type StatementLogSqlSession.SqlStatementTypeModifier and TypeMethodDescriptionprotected void
StatementLogSqlSession.logStatement
(StatementLogSqlSession.SqlStatementType type, Object parameters, String statement, long duration) Constructors in org.camunda.bpm.qa.performance.engine.sqlstatementlog with parameters of type StatementLogSqlSession.SqlStatementTypeModifierConstructorDescriptionSqlStatementLog
(StatementLogSqlSession.SqlStatementType type, Object parameters, String statement, long duration)