getConnectionDbmsInfoJson method

String? getConnectionDbmsInfoJson(
  1. int connectionId
)

Returns the live DBMS introspection JSON for connectionId, or null when the call fails or the API is unavailable. Use the high-level OdbcDriverCapabilities.getDbmsInfoForConnection to obtain a typed DbmsInfo instead of raw JSON.

Implementation

String? getConnectionDbmsInfoJson(int connectionId) =>
    _native.getConnectionDbmsInfoJson(connectionId);