| Interface | Description |
|---|---|
| IDataType |
The Interface IDataType.
|
| Class | Description |
|---|---|
| DataTypeArray |
This class represents a data type that acts as an array of data types
|
| DataTypeBooleanClass |
This class represents data type with a boolean object payload
|
| DataTypeBooleanPrimitive |
This class represents data type with a primitive boolean payload
|
| DataTypeConvertable |
This class represents data type with an object that can be converted
using an
IObjectConverter instance |
| DataTypeDoubleClass |
This class represents data type with a double object payload
|
| DataTypeDoublePrimitive |
This class represents data type with a primitive double payload
|
| DataTypeFloatClass |
This class represents data type with a float object payload
|
| DataTypeFloatPrimitive |
This class represents data type with a primitive float payload
|
| DataTypeIntegerClass |
This class represents data type with a integer object payload
|
| DataTypeIntegerPrimitive |
This class represents data type with a primitive integer payload
|
| DataTypeLongClass |
This class represents data type with a long object payload
|
| DataTypeLongPrimitive |
This class represents data type with a primitive long payload
|
| DataTypeReflectable |
This class represents data type with a collection of
ReflectableItem payload |
| DataTypeResultSet |
This class represents data type with a
URI proxy locator payload |
| DataTypeString |
This class represents data type with a string payload
|
| NamedDataType |
This class acts as a named container of
IDataTypes and is the key
class involved in variable definition of an ExecutionPlan and the
corresponding VariableCollection of the plan |
| ReflectableItem |
This class acts as a named container of
IDataTypes that are items contained in
an DataTypeReflectable |
| Enum | Description |
|---|---|
| IDataType.DataTypes |
The known DataTypes.
|
Copyright © 2014. All Rights Reserved.