Uses of Interface
org.sql.generation.api.grammar.manipulation.pgsql.PgSQLDropTableOrViewStatement

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(TableName tableName, ObjectType theType, DropBehaviour dropBehaviour)
           
 PgSQLDropTableOrViewStatement PgSQLManipulationFactory.createDropTableOrViewStatement(TableName tableName, ObjectType theType, DropBehaviour dropBehaviour, java.lang.Boolean useIfExists)
          Creates DROP TABLE/VIEW statement, which may use IF EXISTS clause before the table name.
 



Copyright © 2010. All Rights Reserved.