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

Sets a Double parameter.

import klyn.databases.sql

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