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

All Superinterfaces:
AlterTableAction, org.atp.api.Typeable<AlterTableAction>

public interface AlterColumnDefinition
extends AlterTableAction

This syntax element represents the alteration of column.

Author:
Stanislav Muhametsin
See Also:
AlterTableAction

Method Summary
 AlterColumnAction getAction()
          Returns the action to be done on column.
 String getColumnName()
          Returns the name of the column to be altered.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumnName

String getColumnName()
Returns the name of the column to be altered.

Returns:
The name of the column to be altered.

getAction

AlterColumnAction getAction()
Returns the action to be done on column.

Returns:
The action to be done on column.
See Also:
AlterColumnAction


Copyright © 2010-2012. All Rights Reserved.