Uses of Interface
org.sql.generation.api.grammar.common.SchemaManipulationStatement

Packages that use SchemaManipulationStatement
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 SchemaManipulationStatement in org.sql.generation.api.grammar.manipulation
 

Subinterfaces of SchemaManipulationStatement in org.sql.generation.api.grammar.manipulation
 interface AlterStatement
          This is a common interface for all ALTER statements.
 interface AlterTableStatement
           
 interface DropSchemaStatement
          This syntax element represents the DROP SCHEMA statement.
 interface DropStatement
          This is a common interface for DROP statements.
 interface DropTableOrViewStatement
          This is generalized statement to drop tables and views.
 

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

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



Copyright © 2010-2012. All Rights Reserved.