klyn.databases.sql.PreparedStatement.bindDouble
method
public bindDouble(index as Int, value as Double) as PreparedStatement throws SQLException
Description
Binds a `Double` parameter.
import klyn.databases.sql

prepared.bindDouble(1, 12.5)