dpq2 v0.6.3 (2016-03-15T16:11:36Z)
Home
Dub
Repo
Value
dpq2
value
Minimal Postgres value
@
safe
struct
Value {
bool
isNull
;
OidType
oidType
;
package
ValueFormat
format
;
package
ubyte
[]
_data
;
this
(ubyte[] data, OidType oidType, bool isNull, ValueFormat format);
this
(ValueFormat format, OidType oidType);
inout
(
ubyte
[])
data
[@property getter];
bool
isSupportedArray
[@property getter];
debug
string
toString
();
}
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
Source
See Implementation
dpq2
value
enums
ValueFormat
structs
Value
Minimal Postgres value