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

Packages that use SchemaStatement
org.sql.generation.api.grammar.common This package contains interfaces and classes common for most parts of SQL generator. 
org.sql.generation.api.grammar.definition.schema This package contains syntax interfaces for CREATE SCHEMA statement. 
org.sql.generation.api.grammar.definition.table This package contains syntax interfaces for CREATE TABLE statement. 
org.sql.generation.api.grammar.definition.view This package contains syntax interfaces required for CREATE VIEW statement. 
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 SchemaStatement in org.sql.generation.api.grammar.common
 

Subinterfaces of SchemaStatement in org.sql.generation.api.grammar.common
 interface SchemaDefinitionStatement
          This is a common interface for all definition (CREATE) clauses.
 interface SchemaManipulationStatement
           
 

Uses of SchemaStatement in org.sql.generation.api.grammar.definition.schema
 

Subinterfaces of SchemaStatement in org.sql.generation.api.grammar.definition.schema
 interface SchemaDefinition
          This syntax element represents the CREATE SCHEMA statement.
 

Uses of SchemaStatement in org.sql.generation.api.grammar.definition.table
 

Subinterfaces of SchemaStatement in org.sql.generation.api.grammar.definition.table
 interface TableDefinition
          This syntax element represents the table definition (CREATE TABLE ) statement.
 

Uses of SchemaStatement in org.sql.generation.api.grammar.definition.view
 

Subinterfaces of SchemaStatement in org.sql.generation.api.grammar.definition.view
 interface ViewDefinition
          This syntax element represents the CREATE VIEW statement.
 

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

Subinterfaces of SchemaStatement 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 SchemaStatement in org.sql.generation.api.grammar.manipulation.pgsql
 

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



Copyright © 2010. All Rights Reserved.