SQLite3.execute

Like prepare, but ignores results and returns the number of changed rows.

class SQLite3
uint
execute
(
T...
)
(
string sql
,
const auto ref T args
)

Meta