Module mz_adapter::session
source · Expand description
Per-connection configuration parameters and state.
Modules
vars 🔒
Structs
Metadata about a
User
in an external system.State of an in-progress, rows-returning portal.
A portal represents the execution state of a running or runnable query.
A prepared statement.
A session holds per-connection state.
Session variables.
State data for transactions.
Identifies a user.
An
INSERT
waiting to be committed.Enums
Severity levels can used to be used to filter which messages get sent
to a client.
The action to take during end_transaction.
Execution states of a portal.
A transaction’s status code.
The type of operation being performed by the transaction.
The transaction status of a session.
Constants
The name of the default database that Materialize uses.
The major version of PostgreSQL that Materialize claims to be.
The minor version of PostgreSQL that Materialize claims to be.
The patch version of PostgreSQL that Materialize claims to be.
Traits
A
Var
represents a configuration parameter of an arbitrary type.Type Definitions
A channel of batched rows.
An abstraction allowing us to identify different transactions.