org.enhydra.jdbc.sybase
Class SybaseConnectionHandle

java.lang.Object
  extended by org.enhydra.jdbc.util.JdbcUtil
      extended by org.enhydra.jdbc.core.CoreConnection
          extended by org.enhydra.jdbc.standard.StandardConnectionHandle
              extended by org.enhydra.jdbc.sybase.SybaseConnectionHandle
All Implemented Interfaces:
java.sql.Connection

public class SybaseConnectionHandle
extends StandardConnectionHandle


Field Summary
 
Fields inherited from class org.enhydra.jdbc.standard.StandardConnectionHandle
inUse, isReallyUsed, masterPrepStmtCache, preparedStatementCache
 
Fields inherited from class org.enhydra.jdbc.core.CoreConnection
con
 
Fields inherited from class org.enhydra.jdbc.util.JdbcUtil
log
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Constructor Summary
SybaseConnectionHandle(SybasePooledConnection pooledCon, java.util.Hashtable preparedStatementCache, int preparedStmtCacheSize)
           
 
Method Summary
 void setAutoCommit(boolean autoCommit)
           
 
Methods inherited from class org.enhydra.jdbc.standard.StandardConnectionHandle
catchInvoke, close, createPreparedStatement, createPreparedStatement, isClosed, preInvoke, prepareCall, prepareStatement, prepareStatement, prepareStatement, setupPreparedStatementCache
 
Methods inherited from class org.enhydra.jdbc.core.CoreConnection
clearWarnings, commit, createStatement, 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 org.enhydra.jdbc.util.JdbcUtil
setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SybaseConnectionHandle

public SybaseConnectionHandle(SybasePooledConnection pooledCon,
                              java.util.Hashtable preparedStatementCache,
                              int preparedStmtCacheSize)
Method Detail

setAutoCommit

public void setAutoCommit(boolean autoCommit)
                   throws java.sql.SQLException
Specified by:
setAutoCommit in interface java.sql.Connection
Overrides:
setAutoCommit in class CoreConnection
Throws:
java.sql.SQLException