Class DropViewConstantAction

  • All Implemented Interfaces:
    ConstantAction

    class DropViewConstantAction
    extends DDLConstantAction
    This class describes actions that are ALWAYS performed for a DROP VIEW Statement at Execution time.
    • Field Detail

      • fullTableName

        private java.lang.String fullTableName
      • tableName

        private java.lang.String tableName
    • Constructor Detail

      • DropViewConstantAction

        DropViewConstantAction​(java.lang.String fullTableName,
                               java.lang.String tableName,
                               SchemaDescriptor sd)
        Make the ConstantAction for a DROP VIEW statement.
        Parameters:
        fullTableName - Fully qualified table name
        tableName - Table name.
        sd - Schema that view lives in.