org.apache.derby.impl.sql.execute
Class DropStatisticsConstantAction
java.lang.Object
org.apache.derby.impl.sql.execute.GenericConstantAction
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.DropStatisticsConstantAction
- All Implemented Interfaces:
- ConstantAction
- class DropStatisticsConstantAction
- extends DDLConstantAction
this class drops all statistics for a particular table or index.
- Author:
- manish.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
objectName
private final java.lang.String objectName
forTable
private final boolean forTable
sd
private final SchemaDescriptor sd
fullTableName
private final java.lang.String fullTableName
DropStatisticsConstantAction
DropStatisticsConstantAction(SchemaDescriptor sd,
java.lang.String fullTableName,
java.lang.String objectName,
boolean forTable)
executeConstantAction
public void executeConstantAction(Activation activation)
throws StandardException
- Description copied from interface:
ConstantAction
- Run the ConstantAction.
- Parameters:
activation
- The execution environment for this constant action.
- Throws:
StandardException
- Thrown on failure
toString
public java.lang.String toString()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.