Batchlight

batchlight / co.yello.db.batchlight.androidsqlite / AndroidSQLiteBinder / bindString

bindString

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

Overrides Binder.bindString

Binds a String at the given position.

Parameters

position - position to bind at.

string - a value of type String to bind.