org.firebirdsql.management.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird Show documentation
Show all versions of jaybird Show documentation
JDBC Driver for the Firebird RDBMS
/**
* 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;