All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.firebirdsql.management.package-info Maven / Gradle / Ivy

There is a newer version: 6.0.0-beta-1
Show newest version
/**
 * APIs and implementation to manage or obtain information about the Firebird server or a specific database.
 * 

* This includes functionality like: *

*
    *
  • Creating and dropping databases ({@link org.firebirdsql.management.FBManager})
  • *
  • {@code gbak} equivalent ({@link org.firebirdsql.management.FBBackupManager}, * {@link org.firebirdsql.management.FBStreamingBackupManager})
  • *
  • {@code nbackup} equivalent {@link org.firebirdsql.management.FBNBackupManager})
  • *
  • {@code gstat} equivalent ({@link org.firebirdsql.management.FBStatisticsManager})
  • *
  • {@code gfix} equivalent ({@link org.firebirdsql.management.FBMaintenanceManager})
  • *
  • {@code fbtracemgr} equivalent ({@link org.firebirdsql.management.FBTraceManager}
  • *
  • {@code gsec} equivalent ({@link org.firebirdsql.management.FBUserManager}) — NOTE: this has been deprecated * in Firebird 3.0, and it is recommend to use SQL statements for user management instead
  • *
  • Obtaining connection-specific table statistics ({@link org.firebirdsql.management.FBTableStatisticsManager})
  • *
*/ package org.firebirdsql.management;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy