Interface QueryResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    QueryResult, QueryResult.Builder

    public interface QueryResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBinaryPart

        boolean hasBinaryPart()
        .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
        Returns:
        Whether the binaryPart field is set.
      • getBinaryPart

        QueryResultPartBinary getBinaryPart()
        .salesforce.hyperdb.grpc.v1.QueryResultPartBinary binary_part = 1;
        Returns:
        The binaryPart.
      • hasStringPart

        boolean hasStringPart()
        .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
        Returns:
        Whether the stringPart field is set.
      • getStringPart

        QueryResultPartString getStringPart()
        .salesforce.hyperdb.grpc.v1.QueryResultPartString string_part = 2;
        Returns:
        The stringPart.