Uses of Class
org.teiid.client.util.ResultsFuture
-
Packages that use ResultsFuture Package Description 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 Modifier and Type Method Description ResultsFuture<?>
DQP. begin()
ResultsFuture<?>
DQP. closeLobChunkStream(int lobRequestId, long requestId, 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<Integer>
DQP. prepare(XidImpl xid)
ResultsFuture<ResultsMessage>
DQP. processCursorRequest(long reqID, int batchFirst, int fetchSize)
ResultsFuture<Xid[]>
DQP. recover(int flag)
ResultsFuture<LobChunk>
DQP. requestNextLobChunk(int lobRequestId, long requestId, 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 Modifier and Type Method Description 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(Collection<String> sessions)
Deprecated. -
Uses of ResultsFuture in org.teiid.client.util
Fields in org.teiid.client.util declared as ResultsFuture Modifier and Type Field Description static ResultsFuture<Void>
ResultsFuture. NULL_FUTURE
Methods in org.teiid.client.util with parameters of type ResultsFuture Modifier and Type Method Description void
ResultsFuture.CompletionListener. onCompletion(ResultsFuture<T> future)
-
Uses of ResultsFuture in org.teiid.jdbc
Methods in org.teiid.jdbc that return ResultsFuture Modifier and Type Method Description static ResultsFuture<Boolean>
StatementImpl. booleanFuture(boolean isTrue)
protected ResultsFuture<Boolean>
StatementImpl. executeSql(String[] commands, boolean isBatchedCommand, RequestMessage.ResultsMode resultsMode, boolean synch, RequestOptions options)
protected ResultsFuture<Boolean>
StatementImpl. executeSql(String[] commands, boolean isBatchedCommand, RequestMessage.ResultsMode resultsMode, boolean synch, RequestOptions options, boolean autoGenerateKeys)
ResultsFuture<Boolean>
PreparedStatementImpl. submitExecute(RequestMessage.ResultsMode mode, RequestOptions options)
ResultsFuture<Boolean>
StatementImpl. submitExecute(String sql, RequestOptions options)
ResultsFuture<Boolean>
ResultSetImpl. submitNext()
Assumes forward only cursoringResultsFuture<?>
ConnectionImpl. submitSetAutoCommitTrue(boolean commit)
Methods in org.teiid.jdbc with parameters of type ResultsFuture Modifier and Type Method Description void
NonBlockingRowProcessor. onCompletion(ResultsFuture<Boolean> future)
-
Uses of ResultsFuture in org.teiid.net.socket
Methods in org.teiid.net.socket with parameters of type ResultsFuture Modifier and Type Method Description void
SocketServerInstance. read(long timeout, TimeUnit unit, ResultsFuture<?> resultsFuture)
void
SocketServerInstanceImpl. read(long timeout, TimeUnit unit, ResultsFuture<?> future)
-