Interface SqlResponseOrBuilder

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

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

      • getRequestId

        long getRequestId()
        int64 request_id = 1;
        Returns:
        The requestId.
      • hasResponse

        boolean hasResponse()
        string response = 2;
        Returns:
        Whether the response field is set.
      • getResponse

        java.lang.String getResponse()
        string response = 2;
        Returns:
        The response.
      • getResponseBytes

        com.google.protobuf.ByteString getResponseBytes()
        string response = 2;
        Returns:
        The bytes for response.
      • hasError

        boolean hasError()
        .mekadb_client.SqlResponseError error = 3;
        Returns:
        Whether the error field is set.
      • getError

        SqlResponseError getError()
        .mekadb_client.SqlResponseError error = 3;
        Returns:
        The error.