org.openorb.ots.xa
public class ConnectionWrapper extends Object implements Connection
Constructor Summary | |
---|---|
ConnectionWrapper(Connection sql_connection, XAVirtualConnection xa_connection)
Constructor |
Method Summary | |
---|---|
CallableStatement | callStatement(String sql, int a, int b, int c) |
void | clearWarnings()
Overrides the clearWarnings operation |
void | close()
Overrides the close operation |
void | commit()
Overrides the commit operation |
Statement | createStatement()
Overrides the createStatement operation |
Statement | createStatement(int resultSetType, int resultSetConcurrency)
Overrides the createStatement operation |
Statement | createStatement(int a, int b, int c) |
boolean | getAutoCommit()
Overrides the getAutoCommit operation |
String | getCatalog()
Overrides the getCatalog operation |
int | getHoldability() |
DatabaseMetaData | getMetaData()
Overrides the getMetaData operation |
int | getTransactionIsolation()
Overrides the geTransactionIsolation operation |
Map | getTypeMap()
Overrides the getTypeMap operation |
SQLWarning | getWarnings()
Overrides the getWarnings operation |
boolean | isClosed()
Overrides the isClosed operation |
boolean | isReadOnly()
Overrides the isReadOnly operation |
String | nativeSQL(String sql)
Overrides the nativeSQL operation |
CallableStatement | prepareCall(String sql)
Overrides the prepareCall operation |
CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency)
Overrides the prepareCall operation |
CallableStatement | prepareCall(String sql, int a, int b, int c) |
PreparedStatement | prepareStatement(String sql)
Overrides the prepareStatement operation |
PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
Overrides the prepareStatement operation |
PreparedStatement | prepareStatement(String sql, int a, int b, int c) |
PreparedStatement | prepareStatement(String sql, int a) |
PreparedStatement | prepareStatement(String sql, int[] array) |
PreparedStatement | prepareStatement(String sql, String[] array) |
void | releaseSavepoint(Savepoint s) |
void | rollback()
Overrides the rollback operation |
void | rollback(Savepoint s) |
void | setAutoCommit(boolean autoCommit)
Overrides the setAutoCommit operation |
void | setCatalog(String catalog)
Overrides the setCatalog operation |
void | setHoldability(int holdability) |
void | setReadOnly(boolean readOnly)
Overrides the setReadOnly operation |
Savepoint | setSavepoint() |
Savepoint | setSavepoint(String name) |
void | setTransactionIsolation(int level)
Overrides the setTransactionIsolation operation |
void | setTypeMap(Map map)
Overrides the setTypeMap operation |