Trait sea_query::backend::GenericBuilder[][src]

Associated Types

Loading content...

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.

type QueryBuilder = Self

type TableBuilder = Self

type IndexBuilder = Self

type ForeignKeyBuilder = Self

Loading content...