PGResultSet

Input range of DBRow!Specs

Members

Aliases

FetchRowDelegate
alias FetchRowDelegate = Row delegate(ref Message msg, ref PGFields fields)
Undocumented in source.
Row
alias Row = DBRow!Specs
Undocumented in source.

Functions

close
void close()

Closes current result set. It must be closed before issuing another query on the same connection.

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Row front()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Row row) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref size_t i, ref Row row) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta