infrastructure/native/bindings/library_loader library
Functions
-
loadOdbcLibrary(
) → DynamicLibrary - Loads the ODBC engine library from the default location.
-
loadOdbcLibraryFromAssets(
) → DynamicLibrary? - Attempts to load the ODBC engine library from application assets.
-
loadOdbcLibraryFromPath(
String path) → DynamicLibrary - Loads the ODBC engine library from a specific file path.