Uses of Interface
com.gengoai.sql.statement.AlterTableAction
-
Packages that use AlterTableAction Package Description com.gengoai.sql.statement -
-
Uses of AlterTableAction in com.gengoai.sql.statement
Classes in com.gengoai.sql.statement that implement AlterTableAction Modifier and Type Class 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 tableMethods in com.gengoai.sql.statement with parameters of type AlterTableAction Modifier and Type Method Description AlterTable
AlterTable. action(@NonNull AlterTableAction action)
Adds an action to the statement.
-