total_changes method

int total_changes(
  1. PtrSqlite3 arg1
)
inherited

Implementation

int total_changes(PtrSqlite3 arg1) {
  return _h_sqlite3_total_changes(arg1);
}