executeUpdateDelete

abstract fun executeUpdateDelete(sqLiteStatement: StatementWrapper): Int

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

sqLiteStatement

The SQL statement to execute

Throws

If the SQL string is invalid for some reason