org.axiondb.engine.commands
Class DropConstraintCommand
java.lang.Object
org.axiondb.engine.commands.BaseAxionCommand
org.axiondb.engine.commands.ConstraintCommand
org.axiondb.engine.commands.DropConstraintCommand
- All Implemented Interfaces:
- AxionCommand
- public class DropConstraintCommand
- extends ConstraintCommand
A DROP CONSTRAINT
command.
- Version:
- $Revision: 1.12 $ $Date: 2004/08/16 01:40:13 $
Methods inherited from class org.axiondb.engine.commands.BaseAxionCommand |
appendBindVariables, assertNotReadOnly, attemptToConvertValue, bind, clearBindings, getBindVariableIterator, getEffectedRowCount, getResultSet, getRowIterator, getRowIterator, getTableForIdentifier, resolveSelectableList, resolveSelectableList, setEffectedRowCount, setResultSet |
DropConstraintCommand
public DropConstraintCommand(String tableName,
String constraintName)
getConstraintName
public String getConstraintName()
setConstraintName
public void setConstraintName(String name)
execute
protected void execute(Database db,
Table table)
throws AxionException
- Specified by:
execute
in class ConstraintCommand
- Throws:
AxionException
toString
public String toString()