dpq2.result

Dealing with results of queries

Members

Classes

Answer
class Answer

Contains result of query with valid data answer

AnswerException
class AnswerException

Covers errors of access to Answer data

Notify
class Notify

Notify

ResponseException
class ResponseException

Covers errors of Answer creation when data was not received due to syntax errors, etc

Result
class Result

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

Enums

ExceptionType
enum ExceptionType

Answer exception types

Functions

asArray
immutable(Array) asArray(immutable(Value) v)

Creates Array from appropriate Value

rangify
auto rangify(T obj)

Creates forward range from immutable Answer

toString
string toString(immutable Value v)

Structs

Array
struct Array

Represents Value as array

ArrayProperties
struct ArrayProperties
Row
struct Row

Represents one row from the answer table

Meta