Class DropStatisticsConstantAction

java.lang.Object
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.
  • Field Details

    • objectName

      private final String objectName
    • forTable

      private final boolean forTable
    • sd

      private final SchemaDescriptor sd
    • fullTableName

      private final String fullTableName
  • Constructor Details

    • DropStatisticsConstantAction

      DropStatisticsConstantAction(SchemaDescriptor sd, String fullTableName, String objectName, boolean forTable)
  • Method Details