Package | Description |
---|---|
net.ontopia.persistence.jdbcspy |
Modifier and Type | Class and Description |
---|---|
class |
SpyPreparedStatement
INTERNAL:
|
Modifier and Type | Field and Description |
---|---|
protected SpyStatement |
SpyResultSet.stm |
Modifier and Type | Method and Description |
---|---|
protected void |
SpyStats.statementExecute(SpyStatement stm,
String sql,
long startTime,
long endTime) |
protected void |
SpyStats.statementExecuteBatch(SpyStatement stm,
String sql,
int batchSize,
long startTime,
long endTime) |
protected void |
SpyStats.statementExecuteQuery(SpyStatement stm,
String sql,
long startTime,
long endTime) |
protected void |
SpyStats.statementExecuteUpdate(SpyStatement stm,
String sql,
int affectedSize,
long startTime,
long endTime) |
Constructor and Description |
---|
SpyResultSet(SpyStatement stm,
String sql,
SpyStats stats,
ResultSet rs) |