Expand description

Per-connection configuration parameters and state.

Modules

vars 🔒

Structs

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.

State data for transactions.

Session variables.

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.

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.