klyn.databases.sql.PreparedStatement.setString
method
public setString(index as Int, value as String) as PreparedStatement throws SQLException
Description

Sets a String parameter.

import klyn.databases.sql

prepared.setString(1, "Ada")
Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.