Batchlight

batchlight / co.yello.db.batchlight / Binder / bindString

bindString

abstract fun bindString(position: Int, string: String): Unit

Binds a String at the given position.

Parameters

position - position to bind at.

string - a value of type String to bind.