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

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
inout(ubyte[]) data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isSupportedArray
bool isSupportedArray [@property getter]
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