Skip to main content

SQLite_Connection.execute_update

execute_updatequery

Group: Output

Documentation

Executes a raw update query. If the query was inserting, updating or deleting rows, the number of affected rows is returned; otherwise it returns 0 for other types of queries (like creating or altering tables).

Arguments

  • query: either raw SQL code as Text or an instance of SQL_Statement representing the query to execute.