Class StatementLogSqlSession.SqlStatementLog
java.lang.Object
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogSqlSession.SqlStatementLog
- Enclosing class:
 - StatementLogSqlSession
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longthe duration the statement took to execute in Millisecondsprotected Stringthe statement (sql string)protected Stringprotected StatementLogSqlSession.SqlStatementType - 
Constructor Summary
ConstructorsConstructorDescriptionSqlStatementLog(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
 
 -