| java.lang.Object org.apache.derby.impl.sql.execute.GenericConstantAction org.apache.derby.impl.sql.execute.DDLConstantAction org.apache.derby.impl.sql.execute.DDLSingleTableConstantAction org.apache.derby.impl.sql.execute.IndexConstantAction org.apache.derby.impl.sql.execute.DropIndexConstantAction
DropIndexConstantAction | class DropIndexConstantAction extends IndexConstantAction (Code) | | This class describes actions that are ALWAYS performed for a
DROP INDEX Statement at Execution time.
author: Jeff Lichtman Cribbed from DropTableConstantAction |
DropIndexConstantAction | DropIndexConstantAction(String fullIndexName, String indexName, String tableName, String schemaName, UUID tableId, long tableConglomerateId)(Code) | | Make the ConstantAction for a DROP INDEX statement.
Parameters: fullIndexName - Fully qualified index name Parameters: indexName - Index name. Parameters: tableName - The table name Parameters: schemaName - Schema that index lives in. Parameters: tableId - UUID for table Parameters: tableConglomerateId - heap Conglomerate Id for table |
Fields inherited from org.apache.derby.impl.sql.execute.DDLSingleTableConstantAction | protected UUID tableId(Code)(Java Doc)
|
Methods inherited from org.apache.derby.impl.sql.execute.DDLConstantAction | protected String constructToString(String statementType, String objectName)(Code)(Java Doc) static SchemaDescriptor getAndCheckSchemaDescriptor(DataDictionary dd, UUID schemaId, String statementType) throws StandardException(Code)(Java Doc) static SchemaDescriptor getSchemaDescriptorForCreate(DataDictionary dd, Activation activation, String schemaName) throws StandardException(Code)(Java Doc) final void lockTableForDDL(TransactionController tc, long heapConglomerateNumber, boolean exclusiveMode) throws StandardException(Code)(Java Doc) protected void storeConstraintDependenciesOnPrivileges(Activation activation, Dependent dependent, UUID refTableUUID) throws StandardException(Code)(Java Doc) protected void storeViewTriggerDependenciesOnPrivileges(Activation activation, Dependent dependent) throws StandardException(Code)(Java Doc)
|
|
|