batchlight / co.yello.db.batchlight / Binder / bindDouble
abstract fun bindDouble(position: Int, double: Double): Unit
abstract fun bindDouble(position:
Int
, double:
Double
):
Unit
Binds a Double at the given position.
position - position to bind at.
position
double - a value of type Double to bind.
double