executeUpdate
fun executeUpdate(sql: String, params: Map<String, Any?>, options: InternalQueryOptions): DataResult<Int>
Executes a modifying query and returns the number of affected rows.
Executes a modifying query and returns the number of affected rows.