Uses of Package
org.sql.generation.api.grammar.manipulation

Packages that use org.sql.generation.api.grammar.manipulation
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.factories.pgsql Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements. 
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. 
 

Classes in org.sql.generation.api.grammar.manipulation used by org.sql.generation.api.grammar.factories
AddColumnDefinition
          This syntax element represents adding a new column to table.
AddTableConstraintDefinition
          This syntax element represents the new table constraint to be added in table alteration statement.
AlterColumnAction
          This is common interface for column alteration actions.
AlterColumnDefinition
          This syntax element represents the alteration of column.
AlterTableAction
          This is common interface for actions altering table.
AlterTableStatement
           
DropBehaviour
          The drop behaviour for generalized DROP statement.
DropColumnDefinition
          This syntax element represents dropping a column from a table in table alteration statement.
DropSchemaStatement
          This syntax element represents the DROP SCHEMA statement.
DropTableConstraintDefinition
          This syntax element represents dropping a table constraint in table alteration statement.
DropTableOrViewStatement
          This is generalized statement to drop tables and views.
ObjectType
          Object type is used in generalized DROP statement to define what to drop.
SetColumnDefault
          This syntax element represents setting a new default for a column in table alteration statement.
 

Classes in org.sql.generation.api.grammar.manipulation used by org.sql.generation.api.grammar.factories.pgsql
DropBehaviour
          The drop behaviour for generalized DROP statement.
ObjectType
          Object type is used in generalized DROP statement to define what to drop.
 

Classes in org.sql.generation.api.grammar.manipulation used by org.sql.generation.api.grammar.manipulation
AlterColumnAction
          This is common interface for column alteration actions.
AlterColumnAction.DropDefault
          This syntax element represents dropping column default in table alteration statement.
AlterStatement
          This is a common interface for all ALTER statements.
AlterTableAction
          This is common interface for actions altering table.
DropBehaviour
          The drop behaviour for generalized DROP statement.
DropBehaviourContainer
          A generic drop behaviour container (for any DROP clause and statement).
DropStatement
          This is a common interface for DROP statements.
ObjectType
          Object type is used in generalized DROP statement to define what to drop.
 

Classes in org.sql.generation.api.grammar.manipulation used by org.sql.generation.api.grammar.manipulation.pgsql
DropBehaviourContainer
          A generic drop behaviour container (for any DROP clause and statement).
DropStatement
          This is a common interface for DROP statements.
DropTableOrViewStatement
          This is generalized statement to drop tables and views.
 



Copyright © 2010-2011. All Rights Reserved.