Structsยง
- RunParams
- Parameters for the
run
function. - State
Machine ๐
Enumsยง
- Execute
Count ๐ - Fetch
Result ๐ - Send
Rows ๐Ended Reason - 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 ๐