klyn.databases.sql.PreparedStatement.update
method
public update() as Long throws SQLException
Description

Executes the prepared update.

import klyn.databases.sql

count = prepared.update()
Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.