List of all items
Structs
- DialectParseError
- postgres::ddl::CheckConstraint
- postgres::ddl::CheckConstraintDef
- postgres::ddl::Column
- postgres::ddl::ColumnDef
- postgres::ddl::Enum
- postgres::ddl::EnumDef
- postgres::ddl::ForeignKey
- postgres::ddl::ForeignKeyDef
- postgres::ddl::Generated
- postgres::ddl::GeneratedDef
- postgres::ddl::Identity
- postgres::ddl::IdentityDef
- postgres::ddl::Index
- postgres::ddl::IndexColumn
- postgres::ddl::IndexColumnDef
- postgres::ddl::IndexDef
- postgres::ddl::Opclass
- postgres::ddl::OpclassDef
- postgres::ddl::Policy
- postgres::ddl::PolicyDef
- postgres::ddl::PrimaryKey
- postgres::ddl::PrimaryKeyDef
- postgres::ddl::Privilege
- postgres::ddl::PrivilegeDef
- postgres::ddl::Role
- postgres::ddl::RoleDef
- postgres::ddl::Schema
- postgres::ddl::SchemaDef
- postgres::ddl::Sequence
- postgres::ddl::SequenceDef
- postgres::ddl::Table
- postgres::ddl::TableDef
- postgres::ddl::UniqueConstraint
- postgres::ddl::UniqueConstraintDef
- postgres::ddl::View
- postgres::ddl::ViewDef
- postgres::ddl::ViewWithOption
- postgres::ddl::ViewWithOptionDef
- postgres::ddl::sql::TableSql
- sqlite::ddl::CheckConstraint
- sqlite::ddl::CheckConstraintDef
- sqlite::ddl::Column
- sqlite::ddl::ColumnDef
- sqlite::ddl::ForeignKey
- sqlite::ddl::ForeignKeyDef
- sqlite::ddl::Generated
- sqlite::ddl::GeneratedDef
- sqlite::ddl::Index
- sqlite::ddl::IndexColumn
- sqlite::ddl::IndexColumnDef
- sqlite::ddl::IndexDef
- sqlite::ddl::PrimaryKey
- sqlite::ddl::PrimaryKeyDef
- sqlite::ddl::Table
- sqlite::ddl::TableDef
- sqlite::ddl::UniqueConstraint
- sqlite::ddl::UniqueConstraintDef
- sqlite::ddl::View
- sqlite::ddl::ViewDef
- sqlite::ddl::sql::TableSql
Enums
- Dialect
- postgres::PgTypeCategory
- postgres::PostgreSQLType
- postgres::TypeCategory
- postgres::ddl::GeneratedType
- postgres::ddl::IdentityType
- postgres::ddl::PostgresEntity
- postgres::ddl::PrivilegeType
- postgres::ddl::ReferentialAction
- sqlite::SQLTypeCategory
- sqlite::SQLiteType
- sqlite::TypeCategory
- sqlite::ddl::GeneratedType
- sqlite::ddl::IndexOrigin
- sqlite::ddl::ReferentialAction
- sqlite::ddl::SqliteEntity
Functions
- sqlite::ddl::name_for_check
- sqlite::ddl::name_for_fk
- sqlite::ddl::name_for_index
- sqlite::ddl::name_for_pk
- sqlite::ddl::name_for_unique
Constants
- postgres::ddl::ENTITY_TYPE_CHECKS
- postgres::ddl::ENTITY_TYPE_COLUMNS
- postgres::ddl::ENTITY_TYPE_ENUMS
- postgres::ddl::ENTITY_TYPE_FKS
- postgres::ddl::ENTITY_TYPE_INDEXES
- postgres::ddl::ENTITY_TYPE_PKS
- postgres::ddl::ENTITY_TYPE_POLICIES
- postgres::ddl::ENTITY_TYPE_PRIVILEGES
- postgres::ddl::ENTITY_TYPE_ROLES
- postgres::ddl::ENTITY_TYPE_SCHEMAS
- postgres::ddl::ENTITY_TYPE_SEQUENCES
- postgres::ddl::ENTITY_TYPE_TABLES
- postgres::ddl::ENTITY_TYPE_UNIQUES
- postgres::ddl::ENTITY_TYPE_VIEWS
- sqlite::ddl::ENTITY_TYPE_CHECKS
- sqlite::ddl::ENTITY_TYPE_COLUMNS
- sqlite::ddl::ENTITY_TYPE_FKS
- sqlite::ddl::ENTITY_TYPE_INDEXES
- sqlite::ddl::ENTITY_TYPE_PKS
- sqlite::ddl::ENTITY_TYPE_TABLES
- sqlite::ddl::ENTITY_TYPE_UNIQUES
- sqlite::ddl::ENTITY_TYPE_VIEWS