|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CoreConnection
org.enhydra.jdbc.standard.StandardConnectionHandle
org.enhydra.jdbc.sybase.SybaseConnectionHandle
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, isClosed, preInvoke, prepareCall, 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, 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 |
public SybaseConnectionHandle(SybasePooledConnection pooledCon, java.util.Hashtable preparedStatementCache, int preparedStmtCacheSize)
Method Detail |
public void setAutoCommit(boolean autoCommit) throws java.sql.SQLException
setAutoCommit
in interface java.sql.Connection
setAutoCommit
in class CoreConnection
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |