| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| org.sql.generation.api.grammar.manipulation |
This package provides syntax elements for
DROP and ALTER statements. |
| Modifier and Type | Method and Description |
|---|---|
AlterTableStatement |
ManipulationFactory.createAlterTableStatement(TableNameDirect tableName,
AlterTableAction action)
Creates the
ALTER TABLE statement with specified parameter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddColumnDefinition
This syntax element represents adding a new column to table.
|
interface |
AddTableConstraintDefinition
This syntax element represents the new table constraint to be added in table alteration statement.
|
interface |
AlterColumnDefinition
This syntax element represents the alteration of column.
|
interface |
DropColumnDefinition
This syntax element represents dropping a column from a table in table alteration statement.
|
interface |
DropTableConstraintDefinition
This syntax element represents dropping a table constraint in table alteration statement.
|
| Modifier and Type | Method and Description |
|---|---|
AlterTableAction |
AlterTableStatement.getAction()
Returns the action to perform in order to alter table.
|
Copyright © 2010-2012. All Rights Reserved.