Class BackupDrop

All Implemented Interfaces:
Comparable<NameUpdate>

public final class BackupDrop extends NameUpdate
Update primitive for the Function._DB_DROP_BACKUP function.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

    • BackupDrop

      public BackupDrop(String name, QueryContext qc, InputInfo info)
      Constructor.
      Parameters:
      name - name of backup file to be dropped
      qc - query context
      info - input info
  • Method Details