mysql-lited v0.2.4 (2015-05-19T12:44:57Z)
Dub
Repo
MySQLRow.opApply
mysql
row
MySQLRow
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(const ref MySQLValue value) del)
int
opApply
(int delegate(ref size_t, const ref MySQLValue) del)
struct
MySQLRow
const
int
opApply
(
int
delegate
(
ref
size_t
,
const
ref
MySQLValue
)
del
)
int
opApply
(int delegate(const ref const(char)[], const ref MySQLValue) del)
Meta
Source
See Implementation
mysql
row
MySQLRow
functions
header
nullify
opApply
opBinaryRight
opIndex
set
toString
toStringArray
toStruct
properties
columns
length
opDispatch