Trait tiberius::ty::ToSql [] [src]

pub trait ToSql: ToColumnData {
    fn to_sql(&self) -> &'static str;
}

a type which can be translated as an SQL type (e.g. nvarchar) and is serializable (as ColumnData) e.g. for usage within a ROW token

Required Methods

Implementors