Class FBBackupManager

All Implemented Interfaces:
AttachmentProperties, BaseProperties, ServiceConnectionProperties, BackupManager, ServiceManager

public class FBBackupManager extends FBBackupManagerBase implements BackupManager
Implements the backup and restore functionality of Firebird Services API.
Author:
Roman Rokytskyy, Mark Rotteveel
  • Constructor Details

    • FBBackupManager

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

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

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