supportsExecQueryMultiParams property

bool get supportsExecQueryMultiParams

True when the loaded native library exports odbc_exec_query_multi_params (added in v3.2.0). Used by OdbcNative.execQueryMultiParams to fall back gracefully on older binaries.

Implementation

bool get supportsExecQueryMultiParams =>
    _odbc_exec_query_multi_params_ptr != null;