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