Structsยง
- RunParams
- Parameters for the
runfunction. - State
Machine ๐
Enumsยง
- Execute
Count ๐ - Fetch
Result ๐ - Password
Request ๐Error - Send
Rows ๐Ended Reason - State ๐
Constantsยง
- ABORTED_
TXN_ ๐MSG
Functionsยง
- authenticate_
with_ ๐password - Helper for password-based authentication using AdapterClient and returns an authenticated session.
- describe_
rows ๐ - extract_
oidc_ ๐auth_ enabled_ from_ options - Gets
oidc_auth_enabledfrom options if it exists. Returns options with oidc_auth_enabled extracted and the oidc_auth_enabled value. - fetch_
message ๐ - get_
authenticator ๐ - 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 - request_
cleartext_ ๐password - Requests a cleartext password from a connection and returns it if it is valid. Sends an error response in the connection if the password is not valid.
- run
- Runs a pgwire connection to completion.
- split_
options ๐ - Splits value by any number of spaces except those preceded by
\.
Type Aliasesยง
- GetResponse ๐