Package | Description |
---|---|
org.teiid.client | |
org.teiid.jdbc |
Modifier and Type | Method and Description |
---|---|
ResultsFuture<?> |
DQP.commit(XidImpl xid,
boolean onePhase) |
ResultsFuture<?> |
DQP.end(XidImpl xid,
int flags) |
ResultsFuture<?> |
DQP.forget(XidImpl xid) |
ResultsFuture<Integer> |
DQP.prepare(XidImpl xid) |
ResultsFuture<?> |
DQP.rollback(XidImpl xid) |
ResultsFuture<?> |
DQP.start(XidImpl xid,
int flags,
int timeout) |
Modifier and Type | Method and Description |
---|---|
protected XidImpl |
ConnectionImpl.getTransactionXid() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2020. All rights reserved.