Answer

Answer

Constructors

this
this(PGresult* r)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

checkAnswerForErrors
void checkAnswerForErrors()
Undocumented in source. Be warned that the author may not have intended to support it.
columnFormat
ValueFormat columnFormat(size_t colNum)

Returns column format

columnName
string columnName(size_t colNum)

Returns column name by field number

columnNum
size_t columnNum(string columnName)

Returns column number by field name

opIndex
immutable(Row) opIndex(size_t row)

Returns row of cells

Properties

OID
size_t OID [@property setter]

Returns column Oid

cmdStatus
string cmdStatus [@property getter]

Commonly this is just the name of the command, but it might include additional data such as the number of rows processed. The caller should not free the result directly. It will be freed when the associated PGresult handle is passed to PQclear.

columnCount
size_t columnCount [@property getter]

Returns column count

isSupportedArray
size_t isSupportedArray [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]

Returns row count

status
ExecStatusType status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta