Module alter_expr

Source

Structs§

AlterExprAddColumnGenerator
Generates the AlterTableOperation::AddColumn of AlterTableExpr.
AlterExprAddColumnGeneratorBuilder
Builder for AlterExprAddColumnGenerator.
AlterExprDropColumnGenerator
Generates the AlterTableOperation::DropColumn of AlterTableExpr.
AlterExprDropColumnGeneratorBuilder
Builder for AlterExprDropColumnGenerator.
AlterExprModifyDataTypeGenerator
Generates the AlterTableOperation::ModifyDataType of AlterTableExpr.
AlterExprModifyDataTypeGeneratorBuilder
Builder for AlterExprModifyDataTypeGenerator.
AlterExprRenameGenerator
Generates the AlterTableOperation::RenameTable of AlterTableExpr.
AlterExprRenameGeneratorBuilder
Builder for AlterExprRenameGenerator.
AlterExprSetTableOptionsGenerator
Generates the AlterTableOperation::SetTableOptions of AlterTableExpr.
AlterExprSetTableOptionsGeneratorBuilder
Builder for AlterExprSetTableOptionsGenerator.
AlterExprUnsetTableOptionsGenerator
Generates the AlterTableOperation::UnsetTableOptions of AlterTableExpr.
AlterExprUnsetTableOptionsGeneratorBuilder
Builder for AlterExprUnsetTableOptionsGenerator.

Enums§

AlterExprAddColumnGeneratorBuilderError
Error type for AlterExprAddColumnGeneratorBuilder
AlterExprDropColumnGeneratorBuilderError
Error type for AlterExprDropColumnGeneratorBuilder
AlterExprModifyDataTypeGeneratorBuilderError
Error type for AlterExprModifyDataTypeGeneratorBuilder
AlterExprRenameGeneratorBuilderError
Error type for AlterExprRenameGeneratorBuilder
AlterExprSetTableOptionsGeneratorBuilderError
Error type for AlterExprSetTableOptionsGeneratorBuilder
AlterExprUnsetTableOptionsGeneratorBuilderError
Error type for AlterExprUnsetTableOptionsGeneratorBuilder

Functions§

add_column_options_generator 🔒