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