Interface QueryResultParamOrBuilder

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

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

      • getQueryId

        String getQueryId()
        string query_id = 1;
        Returns:
        The queryId.
      • getQueryIdBytes

        com.google.protobuf.ByteString getQueryIdBytes()
        string query_id = 1;
        Returns:
        The bytes for queryId.
      • getOutputFormatValue

        int getOutputFormatValue()
        .salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2;
        Returns:
        The enum numeric value on the wire for outputFormat.
      • getOutputFormat

        OutputFormat getOutputFormat()
        .salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2;
        Returns:
        The outputFormat.
      • hasChunkId

        boolean hasChunkId()
        uint64 chunk_id = 3;
        Returns:
        Whether the chunkId field is set.
      • getChunkId

        long getChunkId()
        uint64 chunk_id = 3;
        Returns:
        The chunkId.
      • hasRowRange

        boolean hasRowRange()
        .salesforce.hyperdb.grpc.v1.RowRange row_range = 5;
        Returns:
        Whether the rowRange field is set.
      • getRowRange

        RowRange getRowRange()
        .salesforce.hyperdb.grpc.v1.RowRange row_range = 5;
        Returns:
        The rowRange.
      • getRowRangeOrBuilder

        RowRangeOrBuilder getRowRangeOrBuilder()
        .salesforce.hyperdb.grpc.v1.RowRange row_range = 5;
      • getOmitSchema

        boolean getOmitSchema()
        bool omit_schema = 4;
        Returns:
        The omitSchema.