Struct Value
Represents table cell or argument value
struct Value
;
Internally it is a ubyte[]. If it returned by Answer methods it contains a reference to the data of the server answer and it can not be accessed after Answer is destroyed.
Constructors
Name | Description |
---|---|
this
(data, oidType, isNull, format)
|
ctor |
this
(format, oidType)
|
Null Value constructor |
Methods
Name | Description |
---|---|
format
()
|
Returns ValueFormat representation (text or binary) |
isArray
()
|
Indicates if the value is array type |
isNull
()
|
Indicates if the value is NULL |
oidType
()
|
Returns Oid of the value |
toString
()
|