Uses of Class
net.ontopia.persistence.jdbcspy.SpyStatement
-
Packages that use SpyStatement Package Description net.ontopia.persistence.jdbcspy -
-
Uses of SpyStatement in net.ontopia.persistence.jdbcspy
Subclasses of SpyStatement in net.ontopia.persistence.jdbcspy Modifier and Type Class Description class
SpyPreparedStatement
INTERNAL:Fields in net.ontopia.persistence.jdbcspy declared as SpyStatement Modifier and Type Field Description protected SpyStatement
SpyResultSet. stm
Methods in net.ontopia.persistence.jdbcspy with parameters of type SpyStatement Modifier and Type Method 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)
Constructors in net.ontopia.persistence.jdbcspy with parameters of type SpyStatement Constructor Description SpyResultSet(SpyStatement stm, String sql, SpyStats stats, ResultSet rs)
-