Trait aorist_attributes::TSQLAttribute[][src]

pub trait TSQLAttribute: TAttribute {
    fn get_sql_type(&self) -> DataType;

    fn get_coldef(&self) -> ColumnDef { ... }
}

Required methods

Provided methods

Implementors