supportsConnectionDbmsInfoApi property

bool get supportsConnectionDbmsInfoApi

Whether the loaded native library exposes live DBMS introspection (v2.1 odbc_get_connection_dbms_info).

Implementation

bool get supportsConnectionDbmsInfoApi =>
    _native.supportsConnectionDbmsInfoApi;