|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PgSQLDropTableOrViewStatement | |
|---|---|
| org.sql.generation.api.grammar.factories.pgsql | Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements. |
| Uses of PgSQLDropTableOrViewStatement in org.sql.generation.api.grammar.factories.pgsql |
|---|
| Methods in org.sql.generation.api.grammar.factories.pgsql that return PgSQLDropTableOrViewStatement | |
|---|---|
PgSQLDropTableOrViewStatement |
PgSQLManipulationFactory.createDropTableOrViewStatement(TableNameDirect tableName,
ObjectType theType,
DropBehaviour dropBehaviour)
|
PgSQLDropTableOrViewStatement |
PgSQLManipulationFactory.createDropTableOrViewStatement(TableNameDirect tableName,
ObjectType theType,
DropBehaviour dropBehaviour,
Boolean useIfExists)
Creates DROP TABLE/VIEW statement, which may use IF EXISTS clause before the table name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||