FieldValue

Module: dggal
Type: Structure
Base Class: None

Description

Data type for holding field values including type identifier

Properties and Members

  typeFieldTypeExData type of this value
  (union)
       iint64For integer values
       rdoubleFor real values
       sStringFor text values
       bvoid *For blob values
       aArray<FieldValue>For array values
       mMap<String, FieldValue>For map values

Non-Virtual Methods

  compareInt
  compareReal
  compareText
  formatArray
  formatFloat
  formatInteger
  formatMap
  getArrayOrMap
  stringify