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