klyn.databases.sql.Statement.executeUpdate
method
public executeUpdate(sql as String) as Int throws SQLException
Description
Java-compatible alias of `update(...)`.
import klyn.databases.sql

count = statement.executeUpdate("delete from logs")