DROP and ALTER statements.See: Description
| Interface | Description |
|---|---|
| AddColumnDefinition |
This syntax element represents adding a new column to table.
|
| AddTableConstraintDefinition |
This syntax element represents the new table constraint to be added in table alteration statement.
|
| AlterColumnAction |
This is common interface for column alteration actions.
|
| AlterColumnDefinition |
This syntax element represents the alteration of column.
|
| AlterStatement |
This is a common interface for all
ALTER statements. |
| AlterTableAction |
This is common interface for actions altering table.
|
| AlterTableStatement | |
| DropBehaviourContainer |
A generic drop behaviour container (for any
DROP clause and statement). |
| DropColumnDefinition |
This syntax element represents dropping a column from a table in table alteration statement.
|
| DropSchemaStatement |
This syntax element represents the
DROP SCHEMA statement. |
| DropStatement |
This is a common interface for
DROP statements. |
| DropTableConstraintDefinition |
This syntax element represents dropping a table constraint in table alteration statement.
|
| DropTableOrViewStatement |
This is generalized statement to drop tables and views.
|
| SetColumnDefault |
This syntax element represents setting a new default for a column in table alteration statement.
|
| Class | Description |
|---|---|
| AlterColumnAction.DropDefault |
This syntax element represents dropping column default in table alteration statement.
|
| DropBehaviour |
The drop behaviour for generalized
DROP statement. |
| ObjectType |
Object type is used in generalized
DROP statement to define what to drop. |
DROP and ALTER statements.Copyright © 2010-2012. All Rights Reserved.