public executeUpdate(sql as String) as Int throws SQLException
Executes a SQL update (INSERT, UPDATE, DELETE) and returns affected rows.
import klyn.databases.sql count = statement.executeUpdate("delete from sessions")