Struct postgres::stmt::Column [] [src]

pub struct Column { /* fields omitted */ }

Information about a column of a Postgres query.

Methods

impl Column
[src]

Returns the name of the column.

Returns the type of the column.

Trait Implementations

impl Debug for Column
[src]

Formats the value using the given formatter.