Interface UserProtos.CreatePreparedStatementRespOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.CreatePreparedStatementResp, UserProtos.CreatePreparedStatementResp.Builder
Enclosing class:
UserProtos

public static interface UserProtos.CreatePreparedStatementRespOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStatus

      boolean hasStatus()
      optional .exec.user.RequestStatus status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      optional .exec.user.RequestStatus status = 1;
      Returns:
      The status.
    • hasPreparedStatement

      boolean hasPreparedStatement()
      optional .exec.user.PreparedStatement prepared_statement = 2;
      Returns:
      Whether the preparedStatement field is set.
    • getPreparedStatement

      UserProtos.PreparedStatement getPreparedStatement()
      optional .exec.user.PreparedStatement prepared_statement = 2;
      Returns:
      The preparedStatement.
    • getPreparedStatementOrBuilder

      UserProtos.PreparedStatementOrBuilder getPreparedStatementOrBuilder()
      optional .exec.user.PreparedStatement prepared_statement = 2;
    • hasError

      boolean hasError()
      optional .exec.shared.DrillPBError error = 3;
      Returns:
      Whether the error field is set.
    • getError

      optional .exec.shared.DrillPBError error = 3;
      Returns:
      The error.
    • getErrorOrBuilder

      optional .exec.shared.DrillPBError error = 3;