executeDelete

abstract fun executeDelete(sql: String): Int

Executes a DELETE query against the database.

Return

The number of rows affected by the delete operation

Parameters

sql

The SQL DELETE query to execute