dpq2.result

Undocumented in source.

Public Imports

dpq2.conv.to_d_types
public import dpq2.conv.to_d_types;
dpq2.conv.to_bson
public import dpq2.conv.to_bson;
dpq2.oids
public import dpq2.oids;
dpq2.value
public import dpq2.value;

Members

Classes

Answer
class Answer

Contains result of query with valid data answer

AnswerCreationException
class AnswerCreationException

Answer creation exception Useful for analyze error data

AnswerException
class AnswerException

Exception

Notify
class Notify

Notify

Result
class Result

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

ResultContainer
class ResultContainer
Undocumented in source.

Enums

ExceptionType
enum ExceptionType

Answer exception types

Functions

_integration_test
void _integration_test(string connParam)
Undocumented in source. Be warned that the author may not have intended to support it.
asArray
immutable(Array) asArray(immutable(Value) v)
Undocumented in source. Be warned that the author may not have intended to support it.
rangify
auto rangify(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Array
struct Array

Link to the cell of the answer table

ArrayHeader_net
struct ArrayHeader_net
Undocumented in source.
ArrayProperties
struct ArrayProperties
Undocumented in source.
Dim_net
struct Dim_net
Undocumented in source.
Row
struct Row

Represents one row from the answer table

Variables

msg_NOT_BINARY
auto msg_NOT_BINARY;
Undocumented in source.

Meta