Trait tiberius::IntoSql

source ·
pub trait IntoSql<'a>: Send + Sync {
    fn into_sql(self) -> ColumnData<'a>;
}
Expand description

A by-value conversion trait to a TDS type.

Required Methods§

Convert to a value understood by the SQL Server. Conversion by-value.

Implementations on Foreign Types§

Implementors§