java.lang.Object
org.firebirdsql.jna.embedded.FirebirdEmbeddedLookup
Locates a
FirebirdEmbeddedLibrary
using the service provider mechanism.- Since:
- 5
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<FirebirdEmbeddedLibrary>
Tries to find a Firebird Embedded library service provider for the current platform and install it.
-
Method Details
-
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
-