|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultsFuture | |
|---|---|
| org.teiid.client | |
| org.teiid.client.security | |
| org.teiid.client.util | |
| org.teiid.jdbc | |
| org.teiid.net.socket | |
| Uses of ResultsFuture in org.teiid.client |
|---|
| Methods in org.teiid.client that return ResultsFuture | |
|---|---|
ResultsFuture<?> |
DQP.begin()
|
ResultsFuture<?> |
DQP.closeLobChunkStream(int lobRequestId,
long requestId,
java.lang.String streamId)
|
ResultsFuture<?> |
DQP.closeRequest(long requestID)
|
ResultsFuture<?> |
DQP.commit()
|
ResultsFuture<?> |
DQP.commit(XidImpl xid,
boolean onePhase)
|
ResultsFuture<?> |
DQP.end(XidImpl xid,
int flags)
|
ResultsFuture<ResultsMessage> |
DQP.executeRequest(long reqID,
RequestMessage message)
|
ResultsFuture<?> |
DQP.forget(XidImpl xid)
|
ResultsFuture<java.lang.Integer> |
DQP.prepare(XidImpl xid)
|
ResultsFuture<ResultsMessage> |
DQP.processCursorRequest(long reqID,
int batchFirst,
int fetchSize)
|
ResultsFuture<javax.transaction.xa.Xid[]> |
DQP.recover(int flag)
|
ResultsFuture<LobChunk> |
DQP.requestNextLobChunk(int lobRequestId,
long requestId,
java.lang.String streamId)
|
ResultsFuture<?> |
DQP.rollback()
|
ResultsFuture<?> |
DQP.rollback(XidImpl xid)
|
ResultsFuture<?> |
DQP.start(XidImpl xid,
int flags,
int timeout)
|
| Uses of ResultsFuture in org.teiid.client.security |
|---|
| Methods in org.teiid.client.security that return ResultsFuture | |
|---|---|
ResultsFuture<?> |
ILogon.logoff()
Log off the specified session. |
ResultsFuture<?> |
ILogon.ping()
Ping the server to see if the client-server connection is alive. |
ResultsFuture<?> |
ILogon.ping(java.util.Collection<java.lang.String> sessions)
|
| Uses of ResultsFuture in org.teiid.client.util |
|---|
| Fields in org.teiid.client.util declared as ResultsFuture | |
|---|---|
static ResultsFuture<java.lang.Void> |
ResultsFuture.NULL_FUTURE
|
| Methods in org.teiid.client.util with parameters of type ResultsFuture | |
|---|---|
void |
ResultsFuture.CompletionListener.onCompletion(ResultsFuture<T> future)
|
| Uses of ResultsFuture in org.teiid.jdbc |
|---|
| Methods in org.teiid.jdbc that return ResultsFuture | |
|---|---|
static ResultsFuture<java.lang.Boolean> |
StatementImpl.booleanFuture(boolean isTrue)
|
protected ResultsFuture<java.lang.Boolean> |
StatementImpl.executeSql(java.lang.String[] commands,
boolean isBatchedCommand,
RequestMessage.ResultsMode resultsMode,
boolean synch)
|
ResultsFuture<java.lang.Boolean> |
PreparedStatementImpl.submitExecute(RequestMessage.ResultsMode mode)
|
ResultsFuture<java.lang.Boolean> |
StatementImpl.submitExecute(java.lang.String sql)
|
ResultsFuture<java.lang.Boolean> |
ResultSetImpl.submitNext()
Assumes forward only cursoring |
ResultsFuture<?> |
ConnectionImpl.submitSetAutoCommitTrue(boolean commit)
|
| Uses of ResultsFuture in org.teiid.net.socket |
|---|
| Methods in org.teiid.net.socket with parameters of type ResultsFuture | |
|---|---|
void |
SocketServerInstance.read(long timeout,
java.util.concurrent.TimeUnit unit,
ResultsFuture<?> resultsFuture)
|
void |
SocketServerInstanceImpl.read(long timeout,
java.util.concurrent.TimeUnit unit,
ResultsFuture<?> future)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||