|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IfmxConnection interface contains Informix extensions to the Connection interface.
Field Summary |
Fields inherited from interface java.sql.Connection |
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
Method Summary | |
java.lang.String |
getHDRType()
Get the Server Type information about Informix Server if it is running in High Availability Data Replication (HDR) mode, whether it is running in primary secondary or standard mode |
boolean |
getIFX_USEPUT()
|
int |
getSQLStatementOffset()
Get the error offset of last executed/prepared SQL statement |
IfxUDTInfo |
getUDTInfo(int xid)
Get general information about opaque and distinct types and detailed information for complex types. |
IfxUDTInfo |
getUDTInfo(java.lang.String name,
java.lang.String owner)
Get general information about opaque and distinct types and detailed information for complex types (except for un-named rows and collections - as these types don't have names) |
boolean |
isHDREnabled()
Get information about Informix Server whether it is running in High Availability Data Replication (HDR) mode or not |
void |
scrubConnection()
Called to return a connection to its original state. |
boolean |
scrubConnectionReleasesAllStatements()
Called to determine if calling scrubConnection() will release all Statements. |
void |
setIFX_USEPUT(boolean enable)
|
Methods inherited from interface java.sql.Connection |
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
Method Detail |
public IfxUDTInfo getUDTInfo(int xid) throws java.sql.SQLException
Get general information about opaque and distinct types and detailed information for complex types.
xid
- The extended id.
java.sql.SQLException
public IfxUDTInfo getUDTInfo(java.lang.String name, java.lang.String owner) throws java.sql.SQLException
Get general information about opaque and distinct types and detailed information for complex types (except for un-named rows and collections - as these types don't have names)
name
- The data type name.owner
- The owner of the data type (can be null).
java.sql.SQLException
public int getSQLStatementOffset()
Get the error offset of last executed/prepared SQL statement
public boolean isHDREnabled() throws java.sql.SQLException
Get information about Informix Server whether it is running in High Availability Data Replication (HDR) mode or not
java.sql.SQLException
public java.lang.String getHDRType() throws java.sql.SQLException
Get the Server Type information about Informix Server if it is running in High Availability Data Replication (HDR) mode, whether it is running in primary secondary or standard mode
java.sql.SQLException
public void scrubConnection() throws java.sql.SQLException
Called to return a connection to its original state. scrubConnection() will retain all Statements and reset the connection to its original state. Prior to 2.21.JC3 version, this fuction releases all the Statements and reset the connection to its original state. To determine if Statements are released call scrubConnectionReleasesAllStatements()
java.sql.SQLException
public boolean scrubConnectionReleasesAllStatements()
Called to determine if calling scrubConnection() will release all Statements.
java.sql.SQLException
public boolean getIFX_USEPUT() throws java.sql.SQLException
java.sql.SQLException
public void setIFX_USEPUT(boolean enable) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |