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

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

public interface AddColumnDefinition
extends AlterTableAction

This syntax element represents adding a new column to table.

Author:
Stanislav Muhametsin

Method Summary
 ColumnDefinition getColumnDefinition()
          Returns the definition for column to be added.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumnDefinition

ColumnDefinition getColumnDefinition()
Returns the definition for column to be added.

Returns:
The definition for column to be added.
See Also:
ColumnDefinition


Copyright © 2010-2011. All Rights Reserved.