package salesforce.hyperdb.grpc.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service HyperService

hyper_service.proto:14

message AttachedDatabase

hyper_service.proto:63

Used in: QueryParam

message ColumnDescription

hyper_service.proto:106

Describes a column

Used in: QueryResultSchema

message QueryBinaryResultChunk

hyper_service.proto:155

A result chunk which contains multiple rows encoded in the binary format requested via the `output_format` field of the `QueryParam` message

Used in: QueryResult

message QueryCommandOk

hyper_service.proto:93

Returned for statements, some statements additionally return the affected row count. The server will only send this message once the changes of the statement are committed successfully.

Used in: QueryResultHeader

enum QueryParam.OutputFormat

hyper_service.proto:27

Currently supported output formats

Used in: QueryParam

message QueryResultHeader

hyper_service.proto:82

Describes the schema of the query result

Used in: QueryResult

message QueryResultSchema

hyper_service.proto:101

Schema of the query result

Used in: QueryResultHeader

message QueryStringResultChunk

hyper_service.proto:161

A result chunk which contains multiple rows encoded in the textual format requested via the `output_format` field of the `QueryParam` message

Used in: QueryResult

message SqlType

hyper_service.proto:112

Type of a result column, provides additional information through the modifier field

Used in: ColumnDescription

message SqlType.NumericModifier

hyper_service.proto:136

The precision of a numeric column

Used in: SqlType

enum SqlType.TypeTag

hyper_service.proto:113

Used in: SqlType