public class PGXAConnectionDelegator extends PGPooledConnectionDelegator
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
PGXAConnectionDelegator(PGXAConnection owner,
PGConnection delegator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
rollback() |
void |
rollback(Savepoint savepoint) |
void |
setAutoCommit(boolean autoCommit) |
abort, addNotificationListener, addNotificationListener, addNotificationListener, clearWarnings, close, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getDefaultFetchSize, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isServerMinimumVersion, isStrictMode, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, removeNotificationListener, removeNotificationListener, setCatalog, setClientInfo, setClientInfo, setDefaultFetchSize, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setStrictMode, setTransactionIsolation, setTypeMap, unwrappublic PGXAConnectionDelegator(PGXAConnection owner, PGConnection delegator)
owner - The ownerdelegator - The delegatorpublic void commit()
throws SQLException
commit in interface Connectioncommit in class PGPooledConnectionDelegatorSQLExceptionpublic void rollback()
throws SQLException
rollback in interface Connectionrollback in class PGPooledConnectionDelegatorSQLExceptionpublic void rollback(Savepoint savepoint) throws SQLException
rollback in interface Connectionrollback in class PGPooledConnectionDelegatorSQLExceptionpublic void setAutoCommit(boolean autoCommit)
throws SQLException
setAutoCommit in interface ConnectionsetAutoCommit in class PGPooledConnectionDelegatorSQLExceptionpublic int hashCode()
hashCode in class PGPooledConnectionDelegatorpublic boolean equals(Object o)
equals in class PGPooledConnectionDelegatorCopyright © 2013–2017 impossibl.com. All rights reserved.