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