ae v0.0.2885 (2020-12-20T18:43:56Z)
Home
Dub
Repo
PreparedStatement.Iterator
ae
sys
sqlite3
SQLite
PreparedStatement
Undocumented in source.
class
PreparedStatement
static
struct
Iterator {
PreparedStatement
stmt
;
int
opApply
(int delegate(ref U args) @(system) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref U args) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
stmt
PreparedStatement
stmt
;
Undocumented in source.
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