Module dpq2.result
Dealing with results of queries
Functions
Name | Description |
---|---|
asArray(v)
|
Creates Array from appropriate Value |
rangify(obj)
|
Creates forward range from immutable Answer |
toString(v)
|
Classes
Name | Description |
---|---|
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
Name | Description |
---|---|
Array
|
Represents Value as array |
ArrayProperties
|
|
Row
|
Represents one row from the answer table |
Enums
Name | Description |
---|---|
ExceptionType
|
Answer exception types |