Module postgres::stmt [] [src]

Prepared statements

Structs

Column

Information about a column of a Postgres query.

CopyInfo

A struct containing information relevant for a COPY operation.

Statement

A prepared statement.

Enums

Format

The format of a portion of COPY query data.

Traits

ReadWithInfo

Like Read except that a CopyInfo object is provided as well.

WriteWithInfo

Like Write except that a CopyInfo object is provided as well.