Value

Minimal Postgres value

Constructors

this
this(ubyte[] data, OidType oidType, bool isNull, ValueFormat format)
Undocumented in source.
this
this(ValueFormat format, OidType oidType)

Null Value constructor

Members

Functions

data
inout(ubyte[]) data()
Undocumented in source. Be warned that the author may not have intended to support it.
isSupportedArray
bool isSupportedArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_data
ubyte[] _data;
Undocumented in source.
format
ValueFormat format;
Undocumented in source.
isNull
bool isNull;
Undocumented in source.
oidType
OidType oidType;
Undocumented in source.

Meta