|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DropBehaviourContainer | |
|---|---|
| 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. |
| Uses of DropBehaviourContainer in org.sql.generation.api.grammar.manipulation |
|---|
| Subinterfaces of DropBehaviourContainer in org.sql.generation.api.grammar.manipulation | |
|---|---|
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. |
| Uses of DropBehaviourContainer in org.sql.generation.api.grammar.manipulation.pgsql |
|---|
| Subinterfaces of DropBehaviourContainer in org.sql.generation.api.grammar.manipulation.pgsql | |
|---|---|
interface |
PgSQLDropTableOrViewStatement
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||