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

Packages that use DropStatement
org.sql.generation.api.grammar.manipulation This package provides syntax elements for DROP and ALTER statements. 
org.sql.generation.api.grammar.manipulation.pgsql This is package for syntax elements specific for data manipulation for PostgreSQL databases. 
 

Uses of DropStatement in org.sql.generation.api.grammar.manipulation
 

Subinterfaces of DropStatement in org.sql.generation.api.grammar.manipulation
 interface DropSchemaStatement
          This syntax element represents the DROP SCHEMA statement.
 interface DropTableOrViewStatement
          This is generalized statement to drop tables and views.
 

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

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



Copyright © 2010-2012. All Rights Reserved.