bindDouble

abstract fun bindDouble(statement: Long, index: Int, value: Double): SQLCode(source)
open fun bindDouble(statement: StatementHandle, index: Int, value: Double): SQLCode(source)