ConstantActionclass DropStatisticsConstantAction extends DDLConstantAction
| Modifier and Type | Field | Description |
|---|---|---|
private boolean |
forTable |
|
private java.lang.String |
fullTableName |
|
private java.lang.String |
objectName |
|
private SchemaDescriptor |
sd |
WHEN_MATCHED_THEN_DELETE, WHEN_MATCHED_THEN_UPDATE, WHEN_NOT_MATCHED_THEN_INSERT| Constructor | Description |
|---|---|
DropStatisticsConstantAction(SchemaDescriptor sd,
java.lang.String fullTableName,
java.lang.String objectName,
boolean forTable) |
| Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.