FieldType enum
The different types of a row value variant.
Constructors
- FieldType()
-
const
Values
- unknown → const FieldType
-
An unknown type.
- int16 → const FieldType
-
A 16-bit integer value.
- int32 → const FieldType
-
A 32-bit integer value.
- int64 → const FieldType
-
A 64-bit integer value.
- guid → const FieldType
-
A GUID value.
- float32 → const FieldType
-
A float value.
- float64 → const FieldType
-
A double value.
- date → const FieldType
-
A date time value.
- text → const FieldType
-
A string value.
- oid → const FieldType
-
An object id value.
- globalId → const FieldType
-
A global id value.
- blob → const FieldType
-
A blob value.
- geometry → const FieldType
-
A geometry value.
- raster → const FieldType
-
A raster value.
- xml → const FieldType
-
An XML value.
- dateOnly → const FieldType
-
A date only value.
- timeOnly → const FieldType
-
A time only value.
- timestampOffset → const FieldType
-
A timestamp offset value.
Properties
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