OBXPropertyType class abstract

Constructors

OBXPropertyType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

Bool → const int
< A boolean (flag)
BoolVector → const int
< Variable sized vector of Bool values (note: each value is one byte)
Byte → const int
< 8-bit integer
ByteVector → const int
< Variable sized vector of Byte values (8-bit integers)
Char → const int
< 16-bit character
CharVector → const int
< Variable sized vector of Char values (16-bit characters)
Date → const int
< 64-bit (integer) timestamp; milliseconds since 1970-01-01 (unix epoch)
DateNano → const int
< High precision 64-bit timestamp; nanoseconds since 1970-01-01 (unix epoch)
DateNanoVector → const int
< Variable sized vector of Date values (high precision 64-bit timestamp).
DateVector → const int
< Variable sized vector of Date values (64-bit timestamp).
Double → const int
< 64-bit floating point number
DoubleVector → const int
< Variable sized vector of Double values (64-bit floating point numbers)
Flex → const int
< Flexible" type, which may contain scalars (integers, floating points), strings or < containers (lists and maps). Note: a flex map must use string keys.
Float → const int
< 32-bit floating point number
FloatVector → const int
< Variable sized vector of Float values (32-bit floating point numbers)
Int → const int
< 32-bit integer
IntVector → const int
< Variable sized vector of Int values (32-bit integers)
Long → const int
< 64-bit integer
LongVector → const int
< Variable sized vector of Long values (64-bit integers)
Relation → const int
< Relation to another entity
Short → const int
< 16-bit integer
ShortVector → const int
< Variable sized vector of Short values (16-bit integers)
String → const int
< UTF-8 encoded string (variable length)
StringVector → const int
< Variable sized vector of String values (UTF-8 encoded strings).
Unknown → const int
< Not a actual type; represents an uninitialized or invalid type