odbc_validate_connection_string method

int odbc_validate_connection_string(
  1. Pointer<Utf8> connStr,
  2. Pointer<Uint8> errorBuffer,
  3. int errorBufferLen
)
inherited

Implementation

int odbc_validate_connection_string(
  ffi.Pointer<Utf8> connStr,
  ffi.Pointer<ffi.Uint8> errorBuffer,
  int errorBufferLen,
) =>
    _odbc_validate_connection_string_fn(connStr, errorBuffer, errorBufferLen);