Class FirebirdEmbeddedLookup

java.lang.Object
org.firebirdsql.jna.embedded.FirebirdEmbeddedLookup

public final class FirebirdEmbeddedLookup extends Object
Locates a FirebirdEmbeddedLibrary using the service provider mechanism.
Since:
5
Author:
Mark Rotteveel
  • Method Details

    • findFirebirdEmbedded

      public static 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