public interface SavepointProxyConnection
extends java.sql.Connection
| Modifier and Type | Method and Description |
|---|---|
void |
beginTransactionForAutomationTest() |
void |
close() |
boolean |
getAutoCommit() |
java.lang.String |
getConnectionUrl() |
boolean |
isClosed() |
boolean |
isProxyConnectionActive() |
void |
rollbackTransactionForAutomationTest() |
void |
setConnectionUrl(java.lang.String urlForWrappedDriver) |
abort, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMapboolean isClosed()
throws java.sql.SQLException
isClosed in interface java.sql.Connectionjava.sql.SQLExceptionboolean isProxyConnectionActive()
boolean getAutoCommit()
throws java.sql.SQLException
getAutoCommit in interface java.sql.Connectionjava.sql.SQLExceptionvoid close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.Connectionjava.sql.SQLExceptionvoid beginTransactionForAutomationTest()
throws java.sql.SQLException
java.sql.SQLExceptionvoid rollbackTransactionForAutomationTest()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getConnectionUrl()
void setConnectionUrl(java.lang.String urlForWrappedDriver)