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