IonTypeCode

Values

ValueMeaning
null_

Spec: 0: null D_type: IonNull.

bool_

Spec: 1: bool D_type: bool

uInt

Spec: 2 and 3: int D_type: IonUInt and IonNInt

nInt

ditto

float_

Spec: 4: float D_type: IonFloat

decimal

Spec: 5: decimal D_type: IonDecimal

timestamp

Spec: 6: timestamp D_type: IonTimestamp

symbol

Spec: 7: symbol D_type: IonSymbolID

string

Spec: 8: string D_type: const(char)[]

clob

Spec: 9: clob D_type: lob, Clob

blob

Spec: 10: blob D_type: lob, Blob

list

Spec: 11: list D_type: IonList

sexp

Spec: 12: sexp D_type: IonSexp

struct_

Spec: 13: struct D_type: IonStruct

annotations

Spec: 14: Annotations D_type: IonAnnotationWrapper