|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcPooledConnection | |
---|---|
bitronix.tm.resource.jdbc | JDBC specific resource management code. |
Uses of JdbcPooledConnection in bitronix.tm.resource.jdbc |
---|
Methods in bitronix.tm.resource.jdbc that return JdbcPooledConnection | |
---|---|
protected JdbcPooledConnection |
JdbcPreparedStatementHandle.getPooledConnection()
|
JdbcPooledConnection |
JdbcConnectionHandle.getPooledConnection()
|
Methods in bitronix.tm.resource.jdbc with parameters of type JdbcPooledConnection | |
---|---|
protected void |
JdbcPreparedStatementHandle.setPooledConnection(JdbcPooledConnection pooledConnection)
Set the parent connection that created this statement. |
Constructors in bitronix.tm.resource.jdbc with parameters of type JdbcPooledConnection | |
---|---|
JdbcCallableStatementHandle(CallableStatement delegate,
JdbcPooledConnection pooledConnection)
|
|
JdbcConnectionHandle(JdbcPooledConnection jdbcPooledConnection,
Connection connection)
|
|
JdbcStatementHandle(Statement delegate,
JdbcPooledConnection pooledConnection)
|
|
JdbcUncachedPreparedStatementHandle(PreparedStatement delegate,
JdbcPooledConnection pooledConnection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |