| 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.pgsql |
This is package for syntax elements specific for data manipulation for PostgreSQL databases.
|
| Modifier and Type | Method and Description |
|---|---|
DropTableOrViewStatement |
ManipulationFactory.createDropTableOrViewStatement(TableNameDirect tableName,
ObjectType theType,
DropBehaviour dropBehaviour)
Creates the statement to drop table (
DROP TABLE ...) or view (DROP VIEW ...). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PgSQLDropTableOrViewStatement |
Copyright © 2010-2012. All Rights Reserved.