|
||||||||||
| 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.informix.InformixConnectionHandle
public class InformixConnectionHandle
| 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 |
|---|
public InformixConnectionHandle(InformixPooledConnection pooledCon,
java.util.Hashtable preparedStatementCache,
int preparedStmtCacheSize)
| Method Detail |
|---|
public void setLockModeToWait(int seconds)
throws java.sql.SQLException
java.sql.SQLException
public void execute(java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||