|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |