MsSqlColumn
sqlz
0.6.2
MsSql
Column
Aliased Type
Trait Implementations
Column
In sqlz::
mssql
sqlz
::
mssql
Type Alias
MsSql
Column
Copy item path
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.