extended_result_codes method

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

Implementation

int extended_result_codes(PtrSqlite3 arg1, int onoff) {
  return _h_sqlite3_extended_result_codes(arg1, onoff);
}