Struct Field
postgres_protocol::message::backend
pub struct Field<'a> { /* fields omitted */ }
impl<'a> Field<'a>
fn name(&self) -> &'a str
fn table_oid(&self) -> Oid
fn column_id(&self) -> i16
fn type_oid(&self) -> Oid
fn type_size(&self) -> i16
fn type_modifier(&self) -> i32
fn format(&self) -> i16