Class FBNBackupManager

java.lang.Object
org.firebirdsql.management.FBServiceManager
org.firebirdsql.management.FBNBackupManager
All Implemented Interfaces:
AttachmentProperties, BaseProperties, ServiceConnectionProperties, NBackupManager, ServiceManager

public class FBNBackupManager extends FBServiceManager implements NBackupManager
Implements the incremental backup and restore functionality of NBackup via the Firebird Services API.
Author:
Thomas Steinmaurer, Mark Rotteveel
  • Constructor Details

    • FBNBackupManager

      public FBNBackupManager()
      Create a new instance of FBNBackupManager based on the default GDSType.
    • FBNBackupManager

      public FBNBackupManager(String gdsType)
      Create a new instance of FBNBackupManager based on a given GDSType name.
      Parameters:
      gdsType - type must be PURE_JAVA, EMBEDDED, or NATIVE
    • FBNBackupManager

      public FBNBackupManager(GDSType gdsType)
      Create a new instance of FBNBackupManager based on a given GDSType.
      Parameters:
      gdsType - type must be PURE_JAVA, EMBEDDED, or NATIVE
  • Method Details