FieldType

Module: dggal
Type: Enumeration
Base Class: int

Description

Identifier for basic data types

Enumeration Values

  integer164-bit integer
  real264-bit double precision floating point number
  text3null-terminated string of characters
  blob4arbitrary binary data
  nil5null value
  array6array of values
  map7map of keys to values

Derived Classes

FieldTypeEx

See Also


FieldValue