| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories.pgsql |
Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2010-2012. All Rights Reserved.