preupdate_old method
Implementation
int preupdate_old(PtrSqlite3 arg1, int arg2, PtrPtrValue arg3) {
if (_h_sqlite3_preupdate_old == null) {
throw dbsql.DatabaseException(
'API sqlite3_preupdate_old is not available, You need to enable it during library build.');
}
return _h_sqlite3_preupdate_old!(arg1, arg2, arg3);
}