Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TFetchResultsReq
Packages that use TFetchResultsReq
-
Uses of TFetchResultsReq in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TFetchResultsReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TFetchResultsReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TFetchResultsReqModifier and TypeMethodDescriptionTFetchResultsReq.deepCopy()TCLIService.FetchResults_args.getReq()TFetchResultsReq.setFetchType(short fetchType) TFetchResultsReq.setIncludeResultSetMetadata(boolean includeResultSetMetadata) TFetchResultsReq.setMaxBytes(long maxBytes) TFetchResultsReq.setMaxRows(long maxRows) TFetchResultsReq.setOperationHandle(TOperationHandle operationHandle) TFetchResultsReq.setOrientation(TFetchOrientation orientation) TFetchResultsReq.setStartRowOffset(long startRowOffset) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TFetchResultsReqModifier and TypeMethodDescriptionintTFetchResultsReq.compareTo(TFetchResultsReq other) booleanTFetchResultsReq.equals(TFetchResultsReq that) voidTCLIService.AsyncClient.FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler) voidTCLIService.AsyncIface.FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler) TCLIService.Client.FetchResults(TFetchResultsReq req) TCLIService.Iface.FetchResults(TFetchResultsReq req) voidTCLIService.Client.send_FetchResults(TFetchResultsReq req) TCLIService.FetchResults_args.setReq(TFetchResultsReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TFetchResultsReqModifierConstructorDescriptionFetchResults_call(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) TFetchResultsReq(TFetchResultsReq other) Performs a deep copy on other.