class DropIndexConstantAction extends IndexConstantAction
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
fullIndexName |
private long |
tableConglomerateId |
indexName, schemaName, tableNametableId| Constructor and Description |
|---|
DropIndexConstantAction(java.lang.String fullIndexName,
java.lang.String indexName,
java.lang.String tableName,
java.lang.String schemaName,
UUID tableId,
long tableConglomerateId)
Make the ConstantAction for a DROP INDEX statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeConstantAction(Activation activation)
This is the guts of the Execution-time logic for DROP INDEX.
|
java.lang.String |
toString() |
getIndexName, setIndexNamedropConglomerate, dropConglomerate, dropConstraint, dropConstraint, dropConstraint, executeConglomReplacement, getConglomReplacementAction, recreateUniqueConstraintBackingIndexAsUniqueWhenNotNulladdColumnDependencies, adjustUDTDependencies, adjustUDTDependencies, constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, storeConstraintDependenciesOnPrivileges, storeViewTriggerDependenciesOnPrivilegesprivate java.lang.String fullIndexName
private long tableConglomerateId
DropIndexConstantAction(java.lang.String fullIndexName,
java.lang.String indexName,
java.lang.String tableName,
java.lang.String schemaName,
UUID tableId,
long tableConglomerateId)
fullIndexName - Fully qualified index nameindexName - Index name.tableName - The table nameschemaName - Schema that index lives in.tableId - UUID for tabletableConglomerateId - heap Conglomerate Id for tablepublic java.lang.String toString()
toString in class java.lang.Objectpublic void executeConstantAction(Activation activation) throws StandardException
activation - The execution environment for this constant action.StandardException - Thrown on failureApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.