com.salesforce.hyperdb.grpc.QueryResultOrBuilder 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 QueryResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.QueryResult)
com.google.protobuf.MessageOrBuilder {
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
* @return Whether the binaryPart field is set.
*/
boolean hasBinaryPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
* @return The binaryPart.
*/
com.salesforce.hyperdb.grpc.QueryResultPartBinary getBinaryPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
*/
com.salesforce.hyperdb.grpc.QueryResultPartBinaryOrBuilder getBinaryPartOrBuilder();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
* @return Whether the stringPart field is set.
*/
boolean hasStringPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
* @return The stringPart.
*/
com.salesforce.hyperdb.grpc.QueryResultPartString getStringPart();
/**
* .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
*/
com.salesforce.hyperdb.grpc.QueryResultPartStringOrBuilder getStringPartOrBuilder();
com.salesforce.hyperdb.grpc.QueryResult.ResultCase getResultCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy