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

Configures or executes a SQL statement.

Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.