preupdate_count method
Implementation
int preupdate_count(PtrSqlite3 arg1) {
if (_h_sqlite3_preupdate_count == null) {
throw dbsql.DatabaseException(
'API sqlite3_preupdate_count is not available, You need to enable it during library build.');
}
return _h_sqlite3_preupdate_count!(arg1);
}