Module dpq2.result

Dealing with results of queries

Functions

NameDescription
asArray(v) Creates Array from appropriate Value
rangify(obj) Creates forward range from immutable Answer
toString(v)

Classes

NameDescription
Answer Contains result of query with valid data answer
AnswerException Covers errors of access to Answer data
Notify Notify
ResponseException Covers errors of Answer creation when data was not received due to syntax errors, etc
Result Contains result of query regardless of whether it contains an error or data answer

Structs

NameDescription
Array Represents Value as array
ArrayProperties
Row Represents one row from the answer table

Enums

NameDescription
ExceptionType Answer exception types