MsSqlColumn

Type Alias MsSqlColumn 

pub type MsSqlColumn = Column;

Aliased Type§

pub struct MsSqlColumn { /* private fields */ }

Trait Implementations§

§

impl Column for MsSqlColumn

§

type Database = MsSql

§

fn ordinal(&self) -> usize

Gets the column ordinal. Read more
§

fn name(&self) -> &str

Gets the column name or alias. Read more
§

fn type_info(&self) -> &MsSqlTypeInfo

Gets the type information for the column.