bindByte

open fun bindByte(index: Int, value: Byte)

bind value or a null if the value is null

Parameters

index

parameter index

value

value to bind (may be null)

See also

android.database.sqlite.SQLiteStatement#bindLong(int, long)