Uses of Class
bitronix.tm.resource.jdbc.JdbcPreparedStatementHandle

Packages that use JdbcPreparedStatementHandle
bitronix.tm.resource.jdbc JDBC specific resource management code. 
 

Uses of JdbcPreparedStatementHandle in bitronix.tm.resource.jdbc
 

Methods in bitronix.tm.resource.jdbc that return JdbcPreparedStatementHandle
 JdbcPreparedStatementHandle LruStatementCache.get(JdbcPreparedStatementHandle key)
          The provided key is just a 'shell' JdbcPreparedStatementHandle, it comes in with no actual 'delegate' PreparedStatement.
protected  JdbcPreparedStatementHandle JdbcPooledConnection.getCachedStatement(JdbcPreparedStatementHandle stmt)
          Get a PreparedStatement from cache.
 JdbcPreparedStatementHandle LruStatementCache.put(JdbcPreparedStatementHandle key)
          A statement is put into the cache.
protected  JdbcPreparedStatementHandle JdbcPooledConnection.putCachedStatement(JdbcPreparedStatementHandle stmt)
          Put a PreparedStatement in the cache.
 

Methods in bitronix.tm.resource.jdbc with parameters of type JdbcPreparedStatementHandle
 JdbcPreparedStatementHandle LruStatementCache.get(JdbcPreparedStatementHandle key)
          The provided key is just a 'shell' JdbcPreparedStatementHandle, it comes in with no actual 'delegate' PreparedStatement.
protected  JdbcPreparedStatementHandle JdbcPooledConnection.getCachedStatement(JdbcPreparedStatementHandle stmt)
          Get a PreparedStatement from cache.
 JdbcPreparedStatementHandle LruStatementCache.put(JdbcPreparedStatementHandle key)
          A statement is put into the cache.
protected  JdbcPreparedStatementHandle JdbcPooledConnection.putCachedStatement(JdbcPreparedStatementHandle stmt)
          Put a PreparedStatement in the cache.
 



Copyright © 2006-2013 Bitronix Software. All Rights Reserved.