Result

Contains result of query regardless of whether it contains an error or data answer

Constructors

this
this(ResultContainer r)
Undocumented in source.

Members

Functions

getAnswer
immutable(Answer) getAnswer()

Creates Answer object

resultErrorField
string resultErrorField(int fieldcode)

Returns an individual field of an error report.

resultErrorMessage
string resultErrorMessage()

Returns the error message associated with the command, or an empty string if there was no error.

status
ExecStatusType status()

Returns the result status of the command.

statusString
string statusString()

Text description of result status.

toString
string toString()

Meta