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

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

public interface AddTableConstraintDefinition
extends AlterTableAction

This syntax element represents the new table constraint to be added in table alteration statement.

Author:
Stanislav Muhametsin

Method Summary
 TableConstraintDefinition getConstraint()
          Returns the table constraint to be added.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getConstraint

TableConstraintDefinition getConstraint()
Returns the table constraint to be added.

Returns:
The table constraint to be added.


Copyright © 2010. All Rights Reserved.