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.
format
ValueFormat format()

Returns ValueFormat representation (text or binary)

isNull
bool isNull()

Indicates if the value is NULL

isSupportedArray
bool isSupportedArray()

Indicates if the value is supported array type

oidType
OidType oidType()

Returns OidType of the value

oidType
void oidType(OidType type)
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.

Meta