org.enhydra.jdbc.informix
Class InformixConnectionHandle

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.informix.InformixConnectionHandle
All Implemented Interfaces:
java.sql.Connection, java.sql.Wrapper

public class InformixConnectionHandle
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
InformixConnectionHandle(InformixPooledConnection pooledCon, java.util.Hashtable preparedStatementCache, int preparedStmtCacheSize)
           
 
Method Summary
 void execute(java.lang.String sql)
           
 void setLockModeToWait(int seconds)
           
 
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, setAutoCommit, 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
 
Methods inherited from interface java.sql.Connection
createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStruct, getClientInfo, getClientInfo, isValid, setClientInfo, setClientInfo
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

InformixConnectionHandle

public InformixConnectionHandle(InformixPooledConnection pooledCon,
                                java.util.Hashtable preparedStatementCache,
                                int preparedStmtCacheSize)
Method Detail

setLockModeToWait

public void setLockModeToWait(int seconds)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

execute

public void execute(java.lang.String sql)
             throws java.sql.SQLException
Throws:
java.sql.SQLException