|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.informix.jdbcx.IfxCoreDataSource
com.informix.jdbcx.IfxXADataSource
IfxXADataSource class is the Informix implementation of javax.sql.XADataSource.
DataSource
,
XADataSource
,
IfxCoreDataSource
,
Serialized FormConstructor Summary | |
IfxXADataSource()
|
Method Summary | |
java.lang.String |
getIfxIFX_XASPEC()
Gets the value of Informix specific variable IFX_XASPEC. |
int |
getIfxIFX_XASTDCOMPLIANCE_XAEND()
Gets the value of Informix specific variable IFX_XASTDCOMPLIANCE_XAEND. |
javax.naming.Reference |
getReference()
Gets a reference to IfxXAConnectionPooledDataSource object. |
javax.sql.XAConnection |
getXAConnection()
Attempts to establish a connection to the data source that this XADataSource object represents. |
javax.sql.XAConnection |
getXAConnection(java.lang.String uid,
java.lang.String passwd)
Attempts to establish a connection to the data source that this XADataSource object represents. |
void |
setIfxIFX_XASPEC(java.lang.String XASPEC_Flag)
Sets the value of Informix specific variable IFX_XASPEC. |
void |
setIfxIFX_XASTDCOMPLIANCE_XAEND(int flag)
Sets the value of Informix specific variable IFX_XASTDCOMPLIANCE_XAEND IFX_IFX_XASTDCOMPLIANCE_XAEND if set to 1 will enable if set to 0 will disable server behavior that conforms to the XA+ Specification (1994). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.sql.XADataSource |
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
Constructor Detail |
public IfxXADataSource()
Method Detail |
public javax.sql.XAConnection getXAConnection() throws java.sql.SQLException
getXAConnection
in interface javax.sql.XADataSource
java.sql.SQLException
- if a database-access error occurs.public javax.sql.XAConnection getXAConnection(java.lang.String uid, java.lang.String passwd) throws java.sql.SQLException
getXAConnection
in interface javax.sql.XADataSource
java.sql.SQLException
- if a database-access error occurs.public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
javax.naming.NamingException
- if error occurs in getting the reference.public void setIfxIFX_XASPEC(java.lang.String XASPEC_Flag)
public java.lang.String getIfxIFX_XASPEC()
public void setIfxIFX_XASTDCOMPLIANCE_XAEND(int flag)
public int getIfxIFX_XASTDCOMPLIANCE_XAEND()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |