org.axiondb.engine.commands
public class AddConstraintCommand extends ConstraintCommand
ADD CONSTRAINT
command, as generated by ALTER TABLE
and CREATE TABLE
statements.
Version: $Revision: 1.20 $ $Date: 2005/12/20 18:32:28 $
Constructor Summary | |
---|---|
AddConstraintCommand(String tableName, Constraint constraint) |
Method Summary | |
---|---|
protected void | execute(Database db, Table table) |
Constraint | getConstraint() |