| Package | Description |
|---|---|
| bitronix.tm.resource.jdbc |
JDBC specific resource management code.
|
| Modifier and Type | Method and Description |
|---|---|
protected JdbcPooledConnection |
JdbcPreparedStatementHandle.getPooledConnection() |
JdbcPooledConnection |
JdbcConnectionHandle.getPooledConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcPreparedStatementHandle.setPooledConnection(JdbcPooledConnection pooledConnection)
Set the parent connection that created this statement.
|
| Constructor and Description |
|---|
JdbcCallableStatementHandle(java.sql.CallableStatement delegate,
JdbcPooledConnection pooledConnection) |
JdbcConnectionHandle(JdbcPooledConnection jdbcPooledConnection,
java.sql.Connection connection) |
JdbcStatementHandle(java.sql.Statement delegate,
JdbcPooledConnection pooledConnection) |
JdbcUncachedPreparedStatementHandle(java.sql.PreparedStatement delegate,
JdbcPooledConnection pooledConnection) |
Copyright © 2006-2021 Bitronix Software. All Rights Reserved.