Uses of Class
net.ontopia.persistence.jdbcspy.SpyConnection
-
Packages that use SpyConnection Package Description net.ontopia.persistence.jdbcspy -
-
Uses of SpyConnection in net.ontopia.persistence.jdbcspy
Fields in net.ontopia.persistence.jdbcspy declared as SpyConnection Modifier and Type Field Description protected SpyConnectionSpyStatement. connMethods in net.ontopia.persistence.jdbcspy with parameters of type SpyConnection Modifier and Type Method Description protected voidSpyStats. connectionClose(SpyConnection conn, long startTime, long endTime)protected voidSpyStats. connectionCommit(SpyConnection conn, long startTime, long endTime)protected voidSpyStats. connectionRollback(SpyConnection conn, long startTime, long endTime)Constructors in net.ontopia.persistence.jdbcspy with parameters of type SpyConnection Constructor Description SpyPreparedStatement(SpyConnection conn, SpyStats stats, String sql, PreparedStatement pstm)SpyStatement(SpyConnection conn, SpyStats stats, Statement stm)
-