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
Readonly binaryTypeId
binaryTypeId: number
Readonly isContainer
isContainer: boolean
Readonly isLob
isLob: boolean
Readonly isNumeric
isNumeric: boolean
Readonly isScalar
isScalar: boolean
Readonly name
name: string
Ion value type enumeration class.