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

All Superinterfaces:
AlterStatement, SchemaManipulationStatement, SchemaStatement, SQLStatement, org.atp.api.Typeable<SchemaStatement>

public interface AlterTableStatement
extends AlterStatement

Author:
Stanislav Muhametsin

Method Summary
 AlterTableAction getAction()
          Returns the action to perform in order to alter table.
 TableNameDirect getTableName()
          Returns the name of the table to be altered.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableName

TableNameDirect getTableName()
Returns the name of the table to be altered.

Returns:
The name of the table to be altered.

getAction

AlterTableAction getAction()
Returns the action to perform in order to alter table.

Returns:
The action to perform in order to alter table.
See Also:
AlterTableAction


Copyright © 2010-2012. All Rights Reserved.