Interface QueryExecutionEvent
public interface QueryExecutionEvent
-
Method Summary
-
Method Details
-
isCountQuery
boolean isCountQuery() -
sqlPerformed
String sqlPerformed() -
queryParameterValues
-
startTimestamp
long startTimestamp() -
endTimestamp
long endTimestamp() -
duration
long duration() -
durationSUM
long durationSUM()
-