OBXPropertyType class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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
-
< 1 byte
1
- Byte → const int
-
< 1 byte
2
- ByteVector → const int
-
23
- Char → const int
-
< 2 bytes
4
- CharVector → const int
-
25
- Date → const int
-
< Unix timestamp (milliseconds since 1970) in 8 bytes
10
- DateNano → const int
-
< Unix timestamp (nanoseconds since 1970) in 8 bytes
12
- Double → const int
-
< 8 bytes
8
- DoubleVector → const int
-
29
- 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.
13
- Float → const int
-
< 4 bytes
7
- FloatVector → const int
-
28
- Int → const int
-
< 4 bytes
5
- IntVector → const int
-
26
- Long → const int
-
< 8 bytes
6
- LongVector → const int
-
27
- Relation → const int
-
11
- Short → const int
-
< 2 bytes
3
- ShortVector → const int
-
24
- String → const int
-
9
- StringVector → const int
-
30