PgSQLRow

Undocumented in source.

Members

Functions

dispatchFast_
auto ref dispatchFast_(uint hash, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
find_
uint find_(uint hash, const(char)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
get_
auto ref get_(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
header_
void header_(PgSQLHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(const ref PgSQLValue 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 PgSQLValue) 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 PgSQLValue) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
const(PgSQLValue)* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice(size_t i, size_t j)
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.

Properties

columns
const(const(char)[])[] columns [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto ref opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta