toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.database
/
SQLiteStatement
/
bindByte
bind
Byte
Library
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.
SQLite
Statement#bind
Long(int,
long)