| Package | Description |
|---|---|
| bitronix.tm.resource.jdbc |
JDBC specific resource management code.
|
| bitronix.tm.resource.jdbc.lrc |
XADataSource emulator using Last Resource Commit on an underlying non-XA DataSource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcCallableStatementHandle
CallableStatement
Statement wrapper. |
class |
JdbcConnectionHandle
Disposable Connection handle.
|
class |
JdbcPreparedStatementHandle
Caching
PreparedStatement wrapper. |
class |
JdbcResultSetHandle
ResultSet
ResultSet wrapper. |
class |
JdbcStatementHandle
Statement
Statement wrapper. |
class |
JdbcUncachedPreparedStatementHandle |
| Constructor and Description |
|---|
JdbcResultSetHandle(java.sql.ResultSet delegate,
BaseProxyHandlerClass statementHandle) |
| Modifier and Type | Class and Description |
|---|---|
class |
LrcConnectionHandle
Connection handle implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.
|
class |
LrcXAConnection
XAConnection implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.
|
Copyright © 2006-2022 Bitronix Software. All Rights Reserved.