Package | Description |
---|---|
net.ontopia.persistence.jdbcspy |
Modifier and Type | Field and Description |
---|---|
protected SpyConnection |
SpyStatement.conn |
Modifier and Type | Method and Description |
---|---|
protected void |
SpyStats.connectionClose(SpyConnection conn,
long startTime,
long endTime) |
protected void |
SpyStats.connectionCommit(SpyConnection conn,
long startTime,
long endTime) |
protected void |
SpyStats.connectionRollback(SpyConnection conn,
long startTime,
long endTime) |
Constructor and Description |
---|
SpyPreparedStatement(SpyConnection conn,
SpyStats stats,
String sql,
PreparedStatement pstm) |
SpyStatement(SpyConnection conn,
SpyStats stats,
Statement stm) |