execute Update Delete
Execute this SQL statement, if the the number of rows affected by execution of this SQL statement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.
Return
the number of rows affected by this SQL statement execution.
Parameters
sq Lite Statement
The SQL statement to execute
Throws
If the SQL string is invalid for some reason