Trait sea_query::backend::GenericBuilder [−][src]
Associated Types
type QueryBuilder: QueryBuilder[src]
type TableBuilder: TableBuilder[src]
type IndexBuilder: IndexBuilder[src]
type ForeignKeyBuilder: ForeignKeyBuilder[src]
Implementors
impl GenericBuilder for MysqlQueryBuilder[src]
This is supported on crate feature
backend-mysql only.type QueryBuilder = Self
type TableBuilder = Self
type IndexBuilder = Self
type ForeignKeyBuilder = Self
impl GenericBuilder for PostgresQueryBuilder[src]
This is supported on crate feature
backend-postgres only.type QueryBuilder = Self
type TableBuilder = Self
type IndexBuilder = Self
type ForeignKeyBuilder = Self
impl GenericBuilder for SqliteQueryBuilder[src]
This is supported on crate feature
backend-sqlite only.