FieldValue
Module:
dggal
Type: Structure
Base Class: None
Description
Data type for holding field values including type identifier
Properties and Members
type
FieldTypeEx
Data type of this value
(union)
i
int64
For integer values
r
double
For real values
s
String
For text values
b
void *
For blob values
a
Array
<
FieldValue
>
For array values
m
Map
<
String
,
FieldValue
>
For map values
Non-Virtual Methods
compareInt
compareReal
compareText
formatArray
formatFloat
formatInteger
formatMap
getArrayOrMap
stringify