org.axiondb.engine.commands
public class DropConstraintCommand extends ConstraintCommand
DROP CONSTRAINT
command.
Version: $Revision: 1.17 $ $Date: 2005/12/20 18:32:28 $
Constructor Summary | |
---|---|
DropConstraintCommand(String tableName, String constraintName, boolean cascade) |
Method Summary | |
---|---|
protected void | execute(Database db, Table table) |
String | getConstraintName() |
void | setConstraintName(String name) |
String | toString() |