Struct postgres::stmt::Column
[−]
[src]
pub struct Column { /* fields omitted */ }Information about a column of a Postgres query.
Methods
impl Column[src]
fn name(&self) -> &str[src]
Returns the name of the column.
fn type_(&self) -> &Type[src]
Returns the type of the column.