Class SpyStats


  • public class SpyStats
    extends Object
    INTERNAL.
    • Constructor Detail

      • SpyStats

        public SpyStats()
    • Method Detail

      • connectionCommit

        protected void connectionCommit​(SpyConnection conn,
                                        long startTime,
                                        long endTime)
      • connectionRollback

        protected void connectionRollback​(SpyConnection conn,
                                          long startTime,
                                          long endTime)
      • connectionClose

        protected void connectionClose​(SpyConnection conn,
                                       long startTime,
                                       long endTime)
      • preparedExecute

        protected void preparedExecute​(SpyPreparedStatement stm,
                                       long startTime,
                                       long endTime)
      • preparedExecuteQuery

        protected void preparedExecuteQuery​(SpyPreparedStatement stm,
                                            long startTime,
                                            long endTime)
      • preparedExecuteUpdate

        protected void preparedExecuteUpdate​(SpyPreparedStatement stm,
                                             int affectedSize,
                                             long startTime,
                                             long endTime)
      • statementExecute

        protected void statementExecute​(SpyStatement stm,
                                        String sql,
                                        long startTime,
                                        long endTime)
      • statementExecuteQuery

        protected void statementExecuteQuery​(SpyStatement stm,
                                             String sql,
                                             long startTime,
                                             long endTime)
      • statementExecuteUpdate

        protected void statementExecuteUpdate​(SpyStatement stm,
                                              String sql,
                                              int affectedSize,
                                              long startTime,
                                              long endTime)
      • statementExecuteBatch

        protected void statementExecuteBatch​(SpyStatement stm,
                                             String sql,
                                             int batchSize,
                                             long startTime,
                                             long endTime)
      • resultNext

        protected void resultNext​(SpyResultSet rs,
                                  boolean hasNext,
                                  long startTime,
                                  long endTime)