sqldelight-runtime / com.squareup.sqldelight.db / SqlPreparedStatement / bindString

bindString

abstract fun bindString(index: Int, value: String?): Unit

Bind value to the underlying statement at index.