public class DropIndexCommand extends DropCommand
DROP INDEX command.| Constructor and Description |
|---|
DropIndexCommand(java.lang.String indexName,
boolean exists) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(Database db)
Executes an SQL statement that may return multiple results.
|
executeQuery, executeUpdate, getObjectName, isCascade, isIfExists, setCascade, setIfExists, setObjectNameassertNotReadOnly, 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, updateGeneratedValuespublic DropIndexCommand(java.lang.String indexName,
boolean exists)
public boolean execute(Database db) throws AxionException
AxionCommandexecute in interface AxionCommandexecute in class DropCommandResultSets were generated,
false otherwiseAxionExceptionStatement.execute(java.lang.String),
PreparedStatement.execute()