Package | Description |
---|---|
net.ontopia.persistence.jdbcspy |
Modifier and Type | Field and Description |
---|---|
protected SpyStats |
SpyResultSet.stats |
protected SpyStats |
SpyStatement.stats |
protected static SpyStats |
SpyDriver.stats |
protected SpyStats |
SpyConnection.stats |
Constructor and 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) |