Uses of Interface
org.sql.generation.api.grammar.manipulation.DropTableOrViewStatement

Packages that use DropTableOrViewStatement
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. 
 

Uses of DropTableOrViewStatement in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return DropTableOrViewStatement
 DropTableOrViewStatement ManipulationFactory.createDropTableOrViewStatement(TableName tableName, ObjectType theType, DropBehaviour dropBehaviour)
          Creates the statement to drop table (DROP TABLE ...) or view (DROP VIEW ...).
 

Uses of DropTableOrViewStatement in org.sql.generation.api.grammar.manipulation.pgsql
 

Subinterfaces of DropTableOrViewStatement in org.sql.generation.api.grammar.manipulation.pgsql
 interface PgSQLDropTableOrViewStatement
           
 



Copyright © 2010. All Rights Reserved.