ae ~next-master (2021-11-15T07:19:42.0556092)
Dub
Repo
PreparedStatement.bind
ae
sys
sqlite3
SQLite
PreparedStatement
sqlite3_bind_XXX
wrapper.
void
bind
(int idx, int v)
class
PreparedStatement
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)
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
sqlite3_bind_XXX wrapper.