org.axiondb.engine.commands
Class DropIndexCommand
java.lang.Object
org.axiondb.engine.commands.BaseAxionCommand
org.axiondb.engine.commands.DropCommand
org.axiondb.engine.commands.DropIndexCommand
- All Implemented Interfaces:
- AxionCommand
- public class DropIndexCommand
- extends DropCommand
A DROP INDEX command.
- Version:
- $Revision: 1.2 $ $Date: 2004/08/12 01:24:51 $
|
Method Summary |
boolean |
execute(Database db)
Executes an SQL statement that may return multiple results. |
| Methods inherited from class org.axiondb.engine.commands.BaseAxionCommand |
appendBindVariables, assertNotReadOnly, attemptToConvertValue, bind, clearBindings, getBindVariableIterator, getEffectedRowCount, getResultSet, getRowIterator, getRowIterator, getTableForIdentifier, resolveSelectableList, resolveSelectableList, setEffectedRowCount, setResultSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexCommand
public DropIndexCommand(String indexName,
boolean exists)
execute
public boolean execute(Database db)
throws AxionException
- Description copied from interface:
AxionCommand
- Executes an SQL statement that may return multiple results.
- Specified by:
execute in interface AxionCommand- Specified by:
execute in class DropCommand
- Throws:
AxionException