Class StatementLogSqlSession.SqlStatementLog
java.lang.Object
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogSqlSession.SqlStatementLog
- Enclosing class:
- StatementLogSqlSession
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
the duration the statement took to execute in Millisecondsprotected String
the statement (sql string)protected String
protected StatementLogSqlSession.SqlStatementType
-
Constructor Summary
ConstructorDescriptionSqlStatementLog
(StatementLogSqlSession.SqlStatementType type, Object parameters, String statement, long duration) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Field Details
-
statementType
-
statement
the statement (sql string) -
durationMs
protected long durationMsthe duration the statement took to execute in Milliseconds -
statementParameters
-
-
Constructor Details
-
SqlStatementLog
public SqlStatementLog(StatementLogSqlSession.SqlStatementType type, Object parameters, String statement, long duration)
-
-
Method Details
-
getStatement
-
getStatementType
-
getDurationMs
public long getDurationMs() -
getStatementParameters
-