Type Definition odbc_iter::SqlDate

source ·
pub type SqlDate = SQL_DATE_STRUCT;

Trait Implementations§

source§

impl<C: Configuration> TryFromColumn<C> for SqlDate

§

type Error = ColumnConvertError

source§

fn try_from_column<'i, 's, 'c, S>( column: Column<'i, 's, 'c, S, C> ) -> Result<Self, Self::Error>

Create Self from row column.
source§

impl TryFromValue for SqlDate