Interface ServerUpgradeStatus

    • Method Detail

      • isUpgraded

        boolean isUpgraded()
        Has the database been upgraded during the current startup ? Return false when isFreshInstall() is true.
      • isFreshInstall

        boolean isFreshInstall()
        Has the database been created from scratch during the current startup ?
      • getInitialDbVersion

        int getInitialDbVersion()
        The database version before the server startup. Returns a non-zero negative value if db created from scratch.