Interface QueryResultHeaderOrBuilder

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

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

      • hasSchema

        boolean hasSchema()
        .salesforce.hyperdb.grpc.v1.QueryResultSchema schema = 1;
        Returns:
        Whether the schema field is set.
      • getSchema

        QueryResultSchema getSchema()
        .salesforce.hyperdb.grpc.v1.QueryResultSchema schema = 1;
        Returns:
        The schema.
      • hasCommand

        boolean hasCommand()
        .salesforce.hyperdb.grpc.v1.QueryCommandOk command = 2;
        Returns:
        Whether the command field is set.
      • getCommand

        QueryCommandOk getCommand()
        .salesforce.hyperdb.grpc.v1.QueryCommandOk command = 2;
        Returns:
        The command.
      • getCommandOrBuilder

        QueryCommandOkOrBuilder getCommandOrBuilder()
        .salesforce.hyperdb.grpc.v1.QueryCommandOk command = 2;