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.17 $ $Date: 2005/12/20 18:32:28 $
Methods inherited from class org.axiondb.engine.commands.BaseAxionCommand |
assertNotReadOnly, attemptToConvertValue, bindAll, buildBindVariables, clearBindings, createResolveSelectableVisitor, executeQuery, getBindVariableIterator, getBindVariableIterator, getBindVariables, getBindVariableVisitor, getColIdentifierList, getCommitSize, getEffectedRowCount, getResultSet, getRowIterator, makeRowDecorator, populateDefaultValues, populateSequenceColumns, resolveGeneratedColumns, resolveGeneratedColumns, resolveSelectable, resolveSelectable, resolveSelectableList, resolveSelectableList, setBindVariableVisitor, setDeferAllConstraintIfRequired, setEffectedRowCount, setResultSet, updateGeneratedValues |
DropConstraintCommand
public DropConstraintCommand(String tableName,
String constraintName,
boolean cascade)
getConstraintName
public String getConstraintName()
setConstraintName
public void setConstraintName(String name)
toString
public String toString()
- Overrides:
toString
in class Object
execute
protected void execute(Database db,
Table table)
throws AxionException
- Specified by:
execute
in class ConstraintCommand
- Throws:
AxionException