|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XidImpl | |
|---|---|
| org.teiid.client | |
| org.teiid.jdbc | |
| Uses of XidImpl in org.teiid.client |
|---|
| Methods in org.teiid.client with parameters of type XidImpl | |
|---|---|
ResultsFuture<?> |
DQP.commit(XidImpl xid,
boolean onePhase)
|
ResultsFuture<?> |
DQP.end(XidImpl xid,
int flags)
|
ResultsFuture<?> |
DQP.forget(XidImpl xid)
|
ResultsFuture<java.lang.Integer> |
DQP.prepare(XidImpl xid)
|
ResultsFuture<?> |
DQP.rollback(XidImpl xid)
|
ResultsFuture<?> |
DQP.start(XidImpl xid,
int flags,
int timeout)
|
| Uses of XidImpl in org.teiid.jdbc |
|---|
| Methods in org.teiid.jdbc that return XidImpl | |
|---|---|
protected XidImpl |
ConnectionImpl.getTransactionXid()
|
| Methods in org.teiid.jdbc with parameters of type XidImpl | |
|---|---|
protected void |
ConnectionImpl.commitTransaction(XidImpl arg0,
boolean arg1)
|
protected void |
ConnectionImpl.endTransaction(XidImpl arg0,
int arg1)
|
protected void |
ConnectionImpl.forgetTransaction(XidImpl arg0)
|
protected int |
ConnectionImpl.prepareTransaction(XidImpl arg0)
|
protected void |
ConnectionImpl.rollbackTransaction(XidImpl arg0)
|
protected void |
ConnectionImpl.startTransaction(XidImpl arg0,
int arg1,
int timeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||