Packages

Erlang client for AntidoteDB's SQL interface (AQL)

Current section

Files

Jump to
aqlc include aql_pb.hrl
Raw

include/aql_pb.hrl

%% -*- coding: utf-8 -*-
%% Automatically generated, do not edit
%% Generated by gpb_compile version 4.8.0
-ifndef(aql_pb).
-define(aql_pb, true).
-define(aql_pb_gpb_version, "4.8.0").
-ifndef('REQUEST_PB_H').
-define('REQUEST_PB_H', true).
-record('Request',
% = 1, enum Request.Type
{type = 'QUERY' ::
'QUERY'
| 'METADATA'
| 'QUERY_AND_METADATA'
| 'START_TRANSACTION'
| 'COMMIT_TRANSACTION'
| 'ABORT_TRANSACTION'
| integer()
| undefined,
% = 2
query = <<>> :: iodata() | undefined,
% = 3
tables = <<>> :: iodata() | undefined,
% = 4
transaction = <<>> :: iodata() | undefined}
).
-endif.
-ifndef('RESPONSE_PB_H').
-define('RESPONSE_PB_H', true).
-record('Response',
% = 1
{query = <<>> :: iodata() | undefined,
% = 2
query_error = <<>> :: iodata() | undefined,
% = 3
metadata = <<>> :: iodata() | undefined,
% = 4
metadata_error = <<>> :: iodata() | undefined}
).
-endif.
-ifndef('STARTTRANSACTIONRESPONSE_PB_H').
-define('STARTTRANSACTIONRESPONSE_PB_H', true).
-record('StartTransactionResponse',
% = 1
{transaction = <<>> :: iodata() | undefined,
% = 2
transaction_error = <<>> :: iodata() | undefined}
).
-endif.
-ifndef('ACTRANSACTIONRESPONSE_PB_H').
-define('ACTRANSACTIONRESPONSE_PB_H', true).
-record('ACTransactionResponse',
% = 1
{ok = false :: boolean() | 0 | 1 | undefined,
% = 2
error = <<>> :: iodata() | undefined}
).
-endif.
-endif.