class DropViewConstantAction extends DDLConstantAction
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
fullTableName |
private SchemaDescriptor |
sd |
private java.lang.String |
tableName |
| Constructor and Description |
|---|
DropViewConstantAction(java.lang.String fullTableName,
java.lang.String tableName,
SchemaDescriptor sd)
Make the ConstantAction for a DROP VIEW statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeConstantAction(Activation activation)
This is the guts of the Execution-time logic for DROP VIEW.
|
java.lang.String |
toString() |
addColumnDependencies, adjustUDTDependencies, adjustUDTDependencies, constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, storeConstraintDependenciesOnPrivileges, storeViewTriggerDependenciesOnPrivilegesprivate java.lang.String fullTableName
private java.lang.String tableName
private SchemaDescriptor sd
DropViewConstantAction(java.lang.String fullTableName,
java.lang.String tableName,
SchemaDescriptor sd)
fullTableName - Fully qualified table nametableName - Table name.sd - Schema that view lives in.public 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 failureConstantAction.executeConstantAction(org.apache.derby.iapi.sql.Activation)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.