Package com.gengoai.sql.statement
Interface AlterTableAction
-
- All Superinterfaces:
Serializable
,SQLElement
- All Known Implementing Classes:
AlterTableAction.AddColumn
,AlterTableAction.AlterColumn
,AlterTableAction.DropColumn
,AlterTableAction.RenameColumn
,AlterTableAction.RenameTable
public interface AlterTableAction extends SQLElement
Actions that can be performed when altering a table. Note that not all dbms may support all actioons.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AlterTableAction.AddColumn
Adds a columnstatic class
AlterTableAction.AlterColumn
Alters a column definitionstatic class
AlterTableAction.DropColumn
Drops a columnstatic class
AlterTableAction.RenameColumn
Renames a columnstatic class
AlterTableAction.RenameTable
Renames the table
-
Method Summary
-
Methods inherited from interface com.gengoai.sql.SQLElement
getClassName
-
-