org.axiondb.engine.commands

Class AddConstraintCommand

public class AddConstraintCommand extends ConstraintCommand

An ADD CONSTRAINT command, as generated by ALTER TABLE and CREATE TABLE statements.

Version: $Revision: 1.20 $ $Date: 2005/12/20 18:32:28 $

Author: James Strachan Rodney Waldhoff Jonathan Giron Ahimanikya Satapathy

Constructor Summary
AddConstraintCommand(String tableName, Constraint constraint)
Method Summary
protected voidexecute(Database db, Table table)
ConstraintgetConstraint()

Constructor Detail

AddConstraintCommand

public AddConstraintCommand(String tableName, Constraint constraint)

Method Detail

execute

protected void execute(Database db, Table table)

getConstraint

public Constraint getConstraint()