to.etc.dbpool.info
Class InfoCollectorExpenseBased.StmtCount

java.lang.Object
  extended by to.etc.dbpool.info.InfoCollectorExpenseBased.StmtCount
Enclosing class:
InfoCollectorExpenseBased

public static final class InfoCollectorExpenseBased.StmtCount
extends java.lang.Object


Method Summary
 int getExecutions()
           
 long getRows()
           
 java.lang.String getSQL()
           
 long getTotalExecuteNS()
           
 long getTotalFetchDuration()
          Fetch duration summed for all executes, in nano's.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSQL

public java.lang.String getSQL()

getExecutions

public int getExecutions()

getRows

public long getRows()

getTotalExecuteNS

public long getTotalExecuteNS()

getTotalFetchDuration

public long getTotalFetchDuration()
Fetch duration summed for all executes, in nano's.

Returns: