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

Packages that use AlterTableAction
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.manipulation This package provides syntax elements for DROP and ALTER statements. 
 

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

Methods in org.sql.generation.api.grammar.factories with parameters of type AlterTableAction
 AlterTableStatement ManipulationFactory.createAlterTableStatement(TableName tableName, AlterTableAction action)
          Creates the ALTER TABLE statement with specified parameter.
 

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

Subinterfaces of AlterTableAction in org.sql.generation.api.grammar.manipulation
 interface AddColumnDefinition
          This syntax element represents adding a new column to table.
 interface AddTableConstraintDefinition
          This syntax element represents the new table constraint to be added in table alteration statement.
 interface AlterColumnDefinition
          This syntax element represents the alteration of column.
 interface DropColumnDefinition
          This syntax element represents dropping a column from a table in table alteration statement.
 interface DropTableConstraintDefinition
          This syntax element represents dropping a table constraint in table alteration statement.
 

Methods in org.sql.generation.api.grammar.manipulation that return AlterTableAction
 AlterTableAction AlterTableStatement.getAction()
          Returns the action to perform in order to alter table.
 



Copyright © 2010-2011. All Rights Reserved.