Constructors
constructor
- new IonType(binaryTypeId: number, name: string, isScalar: boolean, isLob: boolean, isNumeric: boolean, isContainer: boolean): IonType
-
Parameters
-
binaryTypeId: number
-
name: string
-
isScalar: boolean
-
isLob: boolean
-
isNumeric: boolean
-
isContainer: boolean
Properties
binaryTypeId
binaryTypeId: number
isContainer
isContainer: boolean
isNumeric
isNumeric: boolean
isScalar
isScalar: boolean
Ion value type enumeration class.