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

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

public interface DropTableConstraintDefinition
extends AlterTableAction, DropBehaviourContainer

This syntax element represents dropping a table constraint in table alteration statement.

Author:
Stanislav Muhametsin

Method Summary
 String getConstraintName()
          Returns the constraint name 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

getConstraintName

String getConstraintName()
Returns the constraint name to be dropped.

Returns:
The constraint name to be dropped.


Copyright © 2010-2011. All Rights Reserved.