Uses of Class
bitronix.tm.resource.jdbc.JdbcPreparedStatementHandle
Packages that use JdbcPreparedStatementHandle
-
Uses of JdbcPreparedStatementHandle in bitronix.tm.resource.jdbc
Methods in bitronix.tm.resource.jdbc that return JdbcPreparedStatementHandleModifier and TypeMethodDescriptionLruStatementCache.get(JdbcPreparedStatementHandle key) The provided key is just a 'shell' JdbcPreparedStatementHandle, it comes in with no actual 'delegate' PreparedStatement.protected JdbcPreparedStatementHandleJdbcPooledConnection.getCachedStatement(JdbcPreparedStatementHandle stmt) Get a PreparedStatement from cache.LruStatementCache.put(JdbcPreparedStatementHandle key) A statement is put into the cache.protected JdbcPreparedStatementHandleJdbcPooledConnection.putCachedStatement(JdbcPreparedStatementHandle stmt) Put a PreparedStatement in the cache.Methods in bitronix.tm.resource.jdbc with parameters of type JdbcPreparedStatementHandleModifier and TypeMethodDescriptionLruStatementCache.get(JdbcPreparedStatementHandle key) The provided key is just a 'shell' JdbcPreparedStatementHandle, it comes in with no actual 'delegate' PreparedStatement.protected JdbcPreparedStatementHandleJdbcPooledConnection.getCachedStatement(JdbcPreparedStatementHandle stmt) Get a PreparedStatement from cache.LruStatementCache.put(JdbcPreparedStatementHandle key) A statement is put into the cache.protected JdbcPreparedStatementHandleJdbcPooledConnection.putCachedStatement(JdbcPreparedStatementHandle stmt) Put a PreparedStatement in the cache.