Uses of Class
to.etc.dbpool.StatementProxy

Packages that use StatementProxy
to.etc.dbpool   
to.etc.dbpool.info   
 

Uses of StatementProxy in to.etc.dbpool
 

Subclasses of StatementProxy in to.etc.dbpool
 class CallableStatementProxy
          Encapsulates a java.sql.CallableStatement for NEMA purposes.
 class PreparedStatementProxy
          Encapsulates a java.sql.PreparedStatement for NEMA purposes.
 

Uses of StatementProxy in to.etc.dbpool.info
 

Methods in to.etc.dbpool.info with parameters of type StatementProxy
 void InfoCollectorExpenseBased.executeBatchExecuted(StatementProxy sp, long executeDuration, int[] rc)
          FIXME Needs explicit handling.
 void IStatisticsListener.executeBatchExecuted(StatementProxy sp, long executeDuration, int[] rc)
           
 void StatisticsListenerMultiplexer.executeBatchExecuted(StatementProxy sp, long executeDuration, int[] rc)
           
 void InfoCollectorExpenseBased.executeExecuted(StatementProxy sp, long updateDuration, java.lang.Boolean result)
           
 void IStatisticsListener.executeExecuted(StatementProxy sp, long updateDuration, java.lang.Boolean result)
          Executed an "execute" command.
 void StatisticsListenerMultiplexer.executeExecuted(StatementProxy sp, long updateDuration, java.lang.Boolean result)
           
 void InfoCollectorExpenseBased.executePreparedUpdateExecuted(StatementProxy sp, long updateDuration, int rowcount)
           
 void IStatisticsListener.executePreparedUpdateExecuted(StatementProxy sp, long updateDuration, int rowcount)
           
 void StatisticsListenerMultiplexer.executePreparedUpdateExecuted(StatementProxy sp, long updateDuration, int rowcount)
           
 void InfoCollectorExpenseBased.executeUpdateExecuted(StatementProxy sp, long updateDuration, int updatedrowcount)
           
 void IStatisticsListener.executeUpdateExecuted(StatementProxy sp, long updateDuration, int updatedrowcount)
          An update statement has been executed.
 void StatisticsListenerMultiplexer.executeUpdateExecuted(StatementProxy sp, long updateDuration, int updatedrowcount)
           
 void InfoCollectorExpenseBased.queryStatementExecuted(StatementProxy sp, long executeDuration, long fetchDuration, int rowCount, boolean prepared)
           
 void IStatisticsListener.queryStatementExecuted(StatementProxy sp, long executeDuration, long fetchDuration, int rowCount, boolean prepared)
          A query statement was executed.
 void StatisticsListenerMultiplexer.queryStatementExecuted(StatementProxy sp, long executeDuration, long fetchDuration, int rowCount, boolean prepared)
           
 void InfoCollectorExpenseBased.statementPrepared(StatementProxy sp, long prepareDuration)
           
 void IStatisticsListener.statementPrepared(StatementProxy sp, long prepareDuration)
          A statement was prepared or created.
 void StatisticsListenerMultiplexer.statementPrepared(StatementProxy sp, long prepareDuration)