| 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 |
|---|---|
AlterColumnDefinition |
ManipulationFactory.createAlterColumnDefinition(String columnName,
AlterColumnAction action)
Creates the syntax element for altering column definition (
ALTER COLUMN) in ALTER TABLE
statement. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SetColumnDefault
This syntax element represents setting a new default for a column in table alteration statement.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AlterColumnAction.DropDefault
This syntax element represents dropping column default in table alteration statement.
|
| Modifier and Type | Method and Description |
|---|---|
AlterColumnAction |
AlterColumnDefinition.getAction()
Returns the action to be done on column.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AlterColumnAction> |
AlterColumnAction.DropDefault.getImplementedType() |
Copyright © 2010-2012. All Rights Reserved.