Module coord::session[][src]

Expand description

Per-connection configuration parameters and state.

Modules

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

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

Traits

A Var represents a configuration parameter of an arbitrary type.

Type Definitions

A channel of batched rows.