Uses of Class
net.ontopia.persistence.jdbcspy.SpyStats
Packages that use SpyStats
-
Uses of SpyStats in net.ontopia.persistence.jdbcspy
Fields in net.ontopia.persistence.jdbcspy declared as SpyStatsModifier and TypeFieldDescriptionprotected SpyStatsSpyConnection.statsprotected static SpyStatsSpyDriver.statsprotected SpyStatsSpyResultSet.statsprotected SpyStatsSpyStatement.statsConstructors in net.ontopia.persistence.jdbcspy with parameters of type SpyStatsModifierConstructorDescriptionSpyConnection(Connection conn, SpyStats stats) SpyPreparedStatement(SpyConnection conn, SpyStats stats, String sql, PreparedStatement pstm) SpyResultSet(SpyPreparedStatement stm, SpyStats stats, ResultSet rs) SpyResultSet(SpyStatement stm, String sql, SpyStats stats, ResultSet rs) SpyStatement(SpyConnection conn, SpyStats stats, Statement stm)