org.enhydra.jdbc.sybase
Class SybaseConnectionHandle
java.lang.Object
org.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CoreConnection
org.enhydra.jdbc.standard.StandardConnectionHandle
org.enhydra.jdbc.sybase.SybaseConnectionHandle
- All Implemented Interfaces:
- Connection, Wrapper
public class SybaseConnectionHandle
- extends StandardConnectionHandle
| Fields inherited from class org.enhydra.jdbc.util.JdbcUtil |
log |
| Methods inherited from class org.enhydra.jdbc.standard.StandardConnectionHandle |
catchInvoke, close, createPreparedStatement, createPreparedStatement, createStatement, createStatementWrapper, isClosed, preInvoke, prepareCall, prepareStatement, prepareStatement, prepareStatement, setupPreparedStatementCache |
| Methods inherited from class org.enhydra.jdbc.core.CoreConnection |
clearWarnings, commit, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.Connection |
createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStruct, getClientInfo, getClientInfo, isValid, setClientInfo, setClientInfo |
SybaseConnectionHandle
public SybaseConnectionHandle(SybasePooledConnection pooledCon,
Hashtable preparedStatementCache,
int preparedStmtCacheSize)
setAutoCommit
public void setAutoCommit(boolean autoCommit)
throws SQLException
- Specified by:
setAutoCommit in interface Connection- Overrides:
setAutoCommit in class CoreConnection
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.