| Package | Description |
|---|---|
| org.sql.generation.api.grammar.manipulation |
This package provides syntax elements for
DROP and ALTER statements. |
| org.sql.generation.api.grammar.manipulation.pgsql |
This is package for syntax elements specific for data manipulation for PostgreSQL databases.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DropColumnDefinition
This syntax element represents dropping a column from a table in table alteration statement.
|
interface |
DropSchemaStatement
This syntax element represents the
DROP SCHEMA statement. |
interface |
DropStatement
This is a common interface for
DROP statements. |
interface |
DropTableConstraintDefinition
This syntax element represents dropping a table constraint in table alteration statement.
|
interface |
DropTableOrViewStatement
This is generalized statement to drop tables and views.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PgSQLDropTableOrViewStatement |
Copyright © 2010-2012. All Rights Reserved.