supportsConnectionDbmsInfoApi property

bool get supportsConnectionDbmsInfoApi

True when the loaded native library exposes the v2.1 live DBMS introspection FFI (odbc_get_connection_dbms_info).

Implementation

bool get supportsConnectionDbmsInfoApi =>
    _bindings.supportsConnectionDbmsInfoApi;