[][src]Trait format_sql_query::SqlDataType

pub trait SqlDataType<D: Dialect> {
    fn sql_type() -> ColumnType<D>;
}

Required methods

fn sql_type() -> ColumnType<D>

Loading content...

Implementations on Foreign Types

impl SqlDataType<SqlServerDialect> for bool[src]

impl SqlDataType<SqlServerDialect> for i8[src]

impl SqlDataType<SqlServerDialect> for i16[src]

impl SqlDataType<SqlServerDialect> for i32[src]

impl SqlDataType<SqlServerDialect> for i64[src]

impl SqlDataType<SqlServerDialect> for f32[src]

impl SqlDataType<SqlServerDialect> for f64[src]

impl SqlDataType<SqlServerDialect> for String[src]

impl SqlDataType<MonetDbDialect> for bool[src]

impl SqlDataType<MonetDbDialect> for i8[src]

impl SqlDataType<MonetDbDialect> for i16[src]

impl SqlDataType<MonetDbDialect> for i32[src]

impl SqlDataType<MonetDbDialect> for i64[src]

impl SqlDataType<MonetDbDialect> for f64[src]

impl SqlDataType<MonetDbDialect> for String[src]

Loading content...

Implementors

Loading content...