class DropStatisticsConstantAction extends DDLConstantAction
| Modifier and Type | Field and Description |
|---|---|
private boolean |
forTable |
private java.lang.String |
fullTableName |
private java.lang.String |
objectName |
private SchemaDescriptor |
sd |
| Constructor and Description |
|---|
DropStatisticsConstantAction(SchemaDescriptor sd,
java.lang.String fullTableName,
java.lang.String objectName,
boolean forTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeConstantAction(Activation activation)
Run the ConstantAction.
|
java.lang.String |
toString() |
addColumnDependencies, adjustUDTDependencies, adjustUDTDependencies, constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, storeConstraintDependenciesOnPrivileges, storeViewTriggerDependenciesOnPrivilegesprivate final java.lang.String objectName
private final boolean forTable
private final SchemaDescriptor sd
private final java.lang.String fullTableName
DropStatisticsConstantAction(SchemaDescriptor sd, java.lang.String fullTableName, java.lang.String objectName, boolean forTable)
public void executeConstantAction(Activation activation) throws StandardException
ConstantActionactivation - The execution environment for this constant action.StandardException - Thrown on failurepublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.