See: Description
| Interface | Description |
|---|---|
| CollectionType |
Defines the measurement information associated with collections.
|
| Column |
This defines the properties of a set of columns.
|
| ColumnGroup |
This defines the properties of a column group.
|
| DataModel |
This defines the properties of a set of columns.
|
| DataModelFactory |
A factory class that creates and manipulates instances
of
Column and DataModel. |
| ExtendedMeasure |
This is an empty marker interface which identifies classes that provide
extended measure metadata.
|
| ExtendedStorage |
This is an empty marker interface which identifies classes that provide
extended storage metadata.
|
| GeoType |
Defines the different categories of geo objects.
|
| GlobalValues |
This defines the set of global values which are usually computed by
a stream via a "setglobals" node.
|
| ListStorage |
Defines the storage metadata associated with lists.
|
| MissingValueDefinition |
This defines the attributes associated with missing values.
|
| ModelOutputMetadata |
This defines the metadata associated with a Column
generated by a model.
|
| RowSet |
This defines the properties of a tabular dataset.
|
| RowSetFactory |
A factory class that creates instances of
RowSet. |
| Class | Description |
|---|---|
| ColumnGroupType |
This class enumerates the valid types for a ColumnGroup.
|
| MeasureType |
This class enumerates the valid measures for columns in a
DataModel. |
| ModelingRole |
This class enumerates the valid modeling roles for columns in a
DataModel. |
| StorageType |
This class enumerates the valid storage types for columns in a
DataModel
or parameters. |
| Enum | Description |
|---|---|
| GeometryType |
Defines the different categories of geo objects.
|
| GlobalValues.Type |
This defines the set of global value types than can be accessed from the
global values table.
|
| Exception | Description |
|---|---|
| ColumnCountException |
A
ColumnCountException is thrown when the number of columns in the data
did not match the number of columns specified in the data model. |
| DataModelException |
An exception thrown when there is a mismatch between physical set of data
and its expected data model.
|
| InvalidColumnValueException |
An
InvalidColumnValueException is thrown when the value supplied for a column
is not consistent with its storage type. |
| UnknownColumnException |
An
UnknownColumnException is thrown when a column name is used that does not
exist in the data model. |
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.