Interface SqlRequestOrBuilder

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

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

      • getRequestId

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

        boolean hasAuth()
        .mekadb_client.AuthCtx auth = 2;
        Returns:
        Whether the auth field is set.
      • getAuth

        AuthCtx getAuth()
        .mekadb_client.AuthCtx auth = 2;
        Returns:
        The auth.
      • getAuthOrBuilder

        AuthCtxOrBuilder getAuthOrBuilder()
        .mekadb_client.AuthCtx auth = 2;
      • getQuery

        java.lang.String getQuery()
        The SQL query to execute
         
        string query = 3;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
        The SQL query to execute
         
        string query = 3;
        Returns:
        The bytes for query.
      • hasNumeric

        boolean hasNumeric()
        .mekadb_client.NumericQueryPlaceholder numeric = 4;
        Returns:
        Whether the numeric field is set.
      • getNumeric

        NumericQueryPlaceholder getNumeric()
        .mekadb_client.NumericQueryPlaceholder numeric = 4;
        Returns:
        The numeric.
      • hasNamed

        boolean hasNamed()
        .mekadb_client.NamedQueryPlaceHolder named = 5;
        Returns:
        Whether the named field is set.
      • getNamed

        NamedQueryPlaceHolder getNamed()
        .mekadb_client.NamedQueryPlaceHolder named = 5;
        Returns:
        The named.