package Polarx.Sql

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

message GalaxyPrepareExecute

polarx_sql.proto:85

enum GalaxyPrepareExecute.ResultSetType

polarx_sql.proto:107

Result set extra.

Used in: GalaxyPrepareExecute

message GalaxyPrepareTableData

polarx_sql.proto:79

Used in: GalaxyPrepareExecute

message StmtExecute

polarx_sql.proto:48

execute a statement in the given namespace .. uml:: client -> server: StmtExecute ... zero or more Resultsets ... server --> client: StmtExecuteOk Notices: This message may generate a notice containing WARNINGs generated by its execution. This message may generate a notice containing INFO messages generated by its execution. :param namespace: namespace of the statement to be executed :param stmt: statement that shall be executed. :param args: values for wildcard replacements :param compact_metadata: send only type information for :protobuf:msg:`Polarx.Resultset::ColumnMetadata`, skipping names and others :returns: * zero or one :protobuf:msg:`Polarx.Resultset::` followed by :protobuf:msg:`Polarx.Sql::StmtExecuteOk`

message StmtExecuteOk

polarx_sql.proto:120

statement executed successful

(message has no fields)

message TokenOffer

polarx_sql.proto:123