result_error_code method
Implementation
void result_error_code(PtrContext arg1, int arg2) {
if (libVersionNumber < 3005006) {
throw dbsql.DatabaseException('API sqlite3_result_error_code is not available before 3.5.6');
}
return _h_sqlite3_result_error_code!(arg1, arg2);
}