dpq2.result

Undocumented in source.

Public Imports

dpq2.types.to_d_types
public import dpq2.types.to_d_types;
dpq2.types.to_bson
public import dpq2.types.to_bson;
dpq2.oids
public import dpq2.oids;

Members

Classes

Answer
class Answer

Contains result of query with valid data answer

AnswerConvException
class AnswerConvException
Undocumented in source.
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

ConvExceptionType
enum ConvExceptionType

Conversion exception types

ExceptionType
enum ExceptionType

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.
rangify
auto rangify(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(immutable(Nullable!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

ArrayProperties
struct ArrayProperties
Undocumented in source.
Row
struct Row

Represents one row from the answer table

Value
struct Value

Link to the cell of the answer table

Variables

msg_NOT_BINARY
auto msg_NOT_BINARY;
Undocumented in source.

Meta