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

Packages that use AlterTableStatement
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

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

Methods in org.sql.generation.api.grammar.factories that return AlterTableStatement
 AlterTableStatement ManipulationFactory.createAlterTableStatement(TableNameDirect tableName, AlterTableAction action)
          Creates the ALTER TABLE statement with specified parameter.
 



Copyright © 2010-2012. All Rights Reserved.