- header
void header(MySQLHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullify
void nullify(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(const ref MySQLValue value) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref size_t, const ref MySQLValue) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(const ref const(char)[], const ref MySQLValue) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
const(MySQLValue)* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
MySQLValue opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
MySQLValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(size_t index, MySQLValue x)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(Appender app)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toStringArray
string[] toStringArray(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStruct
void toStruct(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStruct
T toStruct()
Undocumented in source. Be warned that the author may not have intended to support it.