Interface QueryStatistics
-
- All Superinterfaces:
Serializable
public interface QueryStatistics extends Serializable
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 10, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuted(long rows, long time)longgetExecutionAvgTime()longgetExecutionCount()longgetExecutionMaxTime()longgetExecutionMinTime()longgetExecutionRowCount()
-