Interface QueryStatistics
- All Superinterfaces:
Serializable
-
Method Summary
-
Method Details
-
getExecutionCount
long getExecutionCount() -
getExecutionRowCount
long getExecutionRowCount() -
getExecutionAvgTime
long getExecutionAvgTime() -
getExecutionMaxTime
long getExecutionMaxTime() -
getExecutionMinTime
long getExecutionMinTime() -
executed
void executed(long rows, long time)
-