extended_result_codes method

int extended_result_codes(
  1. PtrSqlite3 arg1,
  2. int onoff
)

Cross platform interface api for sqlite3_extended_result_codes

Implementation

int extended_result_codes(cpf.PtrSqlite3 arg1, int onoff) =>
    _sqlite.extended_result_codes(arg1, onoff);