toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.database
/
SQLiteStatement
/
bindFloat
bind
Float
Library
open
fun
bindFloat
(
index
:
Int
,
value
:
Float
)
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
Double(int,
double)