total_changes method

int total_changes(
  1. PtrSqlite3 arg1
)

Cross platform interface api for sqlite3_total_changes

Implementation

int total_changes(cpf.PtrSqlite3 arg1) => _sqlite.total_changes(arg1);