Class FirebirdEmbeddedLookup

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<FirebirdEmbeddedLibrary> findFirebirdEmbedded()
      Tries to find a Firebird Embedded library service provider for the current platform and install it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FirebirdEmbeddedLookup

        public FirebirdEmbeddedLookup()
    • Method Detail

      • findFirebirdEmbedded

        public static java.util.Optional<FirebirdEmbeddedLibrary> findFirebirdEmbedded()
        Tries to find a Firebird Embedded library service provider for the current platform and install it.

        The first instance successfully found and installed will be returned.

        Returns:
        the first embedded instance matching the current platform that installed without errors