Most users should use adbc_driver(); however, this function may be used
to allow other libraries (e.g., GDAL) to access the driver loader.
Usage
adbc_driver_load(
x,
entrypoint,
version,
driver,
error,
load_flags = adbc_load_flags()
)Arguments
- x, entrypoint
An ADBC driver may be defined either as an init function or as an identifier with an entrypoint name. A driver init func must be an external pointer to a DL_FUNC with the type
AdbcDriverInitFuncspecified in the adbc.h header.- version
The version number corresponding to the
driversupplied- driver
An external pointer to an
AdbcDriver- error
An external pointer to an
AdbcErroror NULL- load_flags
Integer flags generated by
adbc_load_flags()