ae v0.0.2885 (2020-12-20T18:43:56Z)
Home
Dub
Repo
PreparedStatement.bind
ae
sys
sqlite3
SQLite
PreparedStatement
Undocumented in source. Be warned that the author may not have intended to support it.
void
bind
(int idx, int v)
void
bind
(int idx, long v)
void
bind
(int idx, double v)
void
bind
(int idx, char[] v)
void
bind
(int idx, wchar[] v)
class
PreparedStatement
void
bind
(
int
idx
,
in
wchar
[]
v
)
void
bind
(int idx, void* n)
void
bind
(int idx, void[] v)
Meta
Source
See Implementation
ae
sys
sqlite3
SQLite
PreparedStatement
destructors
~this
functions
bind
bindAll
column
columnCount
columnName
columns
dataCount
exec
getArray
getAssoc
iterate
reset
step
structs
Iterator
variables
stmt