com.salesforce.hyperdb.grpc.ExecuteQueryResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc Show documentation
Show all versions of jdbc Show documentation
Salesforce Data Cloud JDBC Driver
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: hyper_service.proto
// Protobuf Java Version: 3.25.5
package com.salesforce.hyperdb.grpc;
public interface ExecuteQueryResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.ExecuteQueryResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .salesforce.hyperdb.grpc.v1.QueryResultHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultHeader header = 1;
* @return The header.
*/
com.salesforce.hyperdb.grpc.QueryResultHeader getHeader();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultHeader header = 1;
*/
com.salesforce.hyperdb.grpc.QueryResultHeaderOrBuilder getHeaderOrBuilder();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 4;
* @return Whether the binaryPart field is set.
*/
boolean hasBinaryPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 4;
* @return The binaryPart.
*/
com.salesforce.hyperdb.grpc.QueryResultPartBinary getBinaryPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 4;
*/
com.salesforce.hyperdb.grpc.QueryResultPartBinaryOrBuilder getBinaryPartOrBuilder();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 5;
* @return Whether the stringPart field is set.
*/
boolean hasStringPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 5;
* @return The stringPart.
*/
com.salesforce.hyperdb.grpc.QueryResultPartString getStringPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 5;
*/
com.salesforce.hyperdb.grpc.QueryResultPartStringOrBuilder getStringPartOrBuilder();
/**
* .salesforce.hyperdb.grpc.v1.QueryInfo query_info = 6;
* @return Whether the queryInfo field is set.
*/
boolean hasQueryInfo();
/**
* .salesforce.hyperdb.grpc.v1.QueryInfo query_info = 6;
* @return The queryInfo.
*/
com.salesforce.hyperdb.grpc.QueryInfo getQueryInfo();
/**
* .salesforce.hyperdb.grpc.v1.QueryInfo query_info = 6;
*/
com.salesforce.hyperdb.grpc.QueryInfoOrBuilder getQueryInfoOrBuilder();
/**
* .salesforce.hyperdb.grpc.v1.QueryResult query_result = 7;
* @return Whether the queryResult field is set.
*/
boolean hasQueryResult();
/**
* .salesforce.hyperdb.grpc.v1.QueryResult query_result = 7;
* @return The queryResult.
*/
com.salesforce.hyperdb.grpc.QueryResult getQueryResult();
/**
* .salesforce.hyperdb.grpc.v1.QueryResult query_result = 7;
*/
com.salesforce.hyperdb.grpc.QueryResultOrBuilder getQueryResultOrBuilder();
/**
* bool optional = 9;
* @return The optional.
*/
boolean getOptional();
com.salesforce.hyperdb.grpc.ExecuteQueryResponse.ResultCase getResultCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy