PGArray

Undocumented in source.

Constructors

this
this(const(ubyte)[] val)
Undocumented in source.
this
this(T val)
Undocumented in source.

Members

Functions

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
toBytes
ubyte[] toBytes()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dataOffset
int dataOffset;
Undocumented in source.
dimSizes
int[] dimSizes;
Undocumented in source.
elementOid
Oid elementOid;
Undocumented in source.
elementSize
int elementSize;
Undocumented in source.
lowerBounds
int[] lowerBounds;
Undocumented in source.
nDimensions
int nDimensions;
Undocumented in source.
nullBitmap
ubyte[] nullBitmap;
Undocumented in source.
value
ubyte[] value;
Undocumented in source.

Meta