public interface DQP
@Secure(optional=true) ResultsFuture<ResultsMessage> executeRequest(long reqID, RequestMessage message) throws TeiidProcessingException, TeiidComponentException
ResultsFuture<ResultsMessage> processCursorRequest(long reqID, int batchFirst, int fetchSize) throws TeiidProcessingException
TeiidProcessingException
ResultsFuture<?> closeRequest(long requestID) throws TeiidProcessingException, TeiidComponentException
boolean cancelRequest(long requestID) throws TeiidProcessingException, TeiidComponentException
ResultsFuture<?> closeLobChunkStream(int lobRequestId, long requestId, String streamId) throws TeiidProcessingException, TeiidComponentException
ResultsFuture<LobChunk> requestNextLobChunk(int lobRequestId, long requestId, String streamId) throws TeiidProcessingException, TeiidComponentException
MetadataResult getMetadata(long requestID) throws TeiidComponentException, TeiidProcessingException
MetadataResult getMetadata(long requestID, String preparedSql, boolean allowDoubleQuotedVariable) throws TeiidComponentException, TeiidProcessingException
ResultsFuture<?> begin() throws XATransactionException
XATransactionException
ResultsFuture<?> commit() throws XATransactionException
XATransactionException
ResultsFuture<?> rollback() throws XATransactionException
XATransactionException
ResultsFuture<?> start(XidImpl xid, int flags, int timeout) throws XATransactionException
XATransactionException
ResultsFuture<?> end(XidImpl xid, int flags) throws XATransactionException
XATransactionException
ResultsFuture<Integer> prepare(XidImpl xid) throws XATransactionException
XATransactionException
ResultsFuture<?> commit(XidImpl xid, boolean onePhase) throws XATransactionException
XATransactionException
ResultsFuture<?> rollback(XidImpl xid) throws XATransactionException
XATransactionException
ResultsFuture<?> forget(XidImpl xid) throws XATransactionException
XATransactionException
ResultsFuture<Xid[]> recover(int flag) throws XATransactionException
XATransactionException
Copyright © 2019. All rights reserved.