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

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

public interface DropColumnDefinition
extends AlterTableAction, DropBehaviourContainer

This syntax element represents dropping a column from a table in table alteration statement.

Author:
Stanislav Muhametsin

Method Summary
 java.lang.String getColumnName()
          Returns the name of the column to be dropped.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 
Methods inherited from interface org.sql.generation.api.grammar.manipulation.DropBehaviourContainer
getDropBehaviour
 

Method Detail

getColumnName

java.lang.String getColumnName()
Returns the name of the column to be dropped.

Returns:
The name of the column to be dropped.


Copyright © 2010. All Rights Reserved.