Interface DisposableFirebirdEmbeddedLibrary

    • Method Detail

      • dispose

        void dispose()
        Will be called by the native resource tracker (if enabled) on exit of the JVM.

        Implementations that need to delete files from the file system should take into account the possibility that files cannot be deleted on exit, and should try to apply a strategy to cleanup old files on the next run.