FieldType enum

The different types of a row value variant.

Inheritance

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

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<FieldType>
A constant List of the values in this enum, in order of their declaration.