ConstantAction
class 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, storeViewTriggerDependenciesOnPrivileges
private 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
ConstantAction
activation
- The execution environment for this constant action.StandardException
- Thrown on failurepublic java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.