Module protocol

Source

Structsยง

RunParams
Parameters for the run function.
StateMachine ๐Ÿ”’

Enumsยง

ExecuteCount ๐Ÿ”’
FetchResult ๐Ÿ”’
SendRowsEndedReason ๐Ÿ”’
State ๐Ÿ”’

Constantsยง

ABORTED_TXN_MSG ๐Ÿ”’

Functionsยง

describe_rows ๐Ÿ”’
fetch_message ๐Ÿ”’
is_txn_exit_stmt ๐Ÿ”’
match_handshake
Reports whether the given stream begins with a pgwire handshake.
pad_formats ๐Ÿ”’
parse_option ๐Ÿ”’
Returns the parsed key and value from option of the form --key=value, -c key=value, or -ckey=value. Keys replace - with _. Returns an error if there was some other prefix.
parse_options ๐Ÿ”’
Returns (name, value) session settings pairs from an options value.
portal_exec_message ๐Ÿ”’
run
Runs a pgwire connection to completion.
split_options ๐Ÿ”’
Splits value by any number of spaces except those preceded by \.

Type Aliasesยง

GetResponse ๐Ÿ”’