Trait aorist_attributes::TSQLiteAttribute[][src]

pub trait TSQLiteAttribute: TAttribute {
    fn get_sqlite_type(&self) -> String;

    fn get_sqlite_coldef(&self) -> String { ... }
}

Required methods

Provided methods

Implementors