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