Uses of Class
net.ontopia.persistence.jdbcspy.SpyPreparedStatement
-
Packages that use SpyPreparedStatement Package Description net.ontopia.persistence.jdbcspy -
-
Uses of SpyPreparedStatement in net.ontopia.persistence.jdbcspy
Methods in net.ontopia.persistence.jdbcspy with parameters of type SpyPreparedStatement Modifier and Type Method Description protected void
SpyStats. preparedExecute(SpyPreparedStatement stm, long startTime, long endTime)
protected void
SpyStats. preparedExecuteQuery(SpyPreparedStatement stm, long startTime, long endTime)
protected void
SpyStats. preparedExecuteUpdate(SpyPreparedStatement stm, int affectedSize, long startTime, long endTime)
Constructors in net.ontopia.persistence.jdbcspy with parameters of type SpyPreparedStatement Constructor Description SpyResultSet(SpyPreparedStatement stm, SpyStats stats, ResultSet rs)
-