Uses of Class
net.ontopia.persistence.jdbcspy.SpyStats
-
Packages that use SpyStats Package Description net.ontopia.persistence.jdbcspy -
-
Uses of SpyStats in net.ontopia.persistence.jdbcspy
Fields in net.ontopia.persistence.jdbcspy declared as SpyStats Modifier and Type Field Description protected SpyStatsSpyConnection. statsprotected static SpyStatsSpyDriver. statsprotected SpyStatsSpyResultSet. statsprotected SpyStatsSpyStatement. statsConstructors in net.ontopia.persistence.jdbcspy with parameters of type SpyStats Constructor Description SpyConnection(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)
-