|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructureOfData | |
---|---|
com.sas.iquery.metadata | Top-level package for SAS Query Services's three models, the business model, physical model, and expression model, which are all used in defining information maps and data selections. |
com.sas.iquery.metadata.business | The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. |
Uses of StructureOfData in com.sas.iquery.metadata |
---|
Fields in com.sas.iquery.metadata declared as StructureOfData | |
---|---|
static StructureOfData |
StructureOfData.OLAP
|
static StructureOfData |
StructureOfData.RELATIONAL
|
Methods in com.sas.iquery.metadata that return StructureOfData | |
---|---|
static StructureOfData |
StructureOfData.getStructure(java.util.List list)
Returns a union of all the structure types of the objects within the given list |
static StructureOfData |
StructureOfData.getStructure(java.lang.Object obj)
Returns the structure of the specified object |
Uses of StructureOfData in com.sas.iquery.metadata.business |
---|
Methods in com.sas.iquery.metadata.business that return StructureOfData | |
---|---|
StructureOfData |
BusinessQuery.getInputStructure()
Returns an indication as to the type or structure of the data used as input to this query. |
StructureOfData |
BusinessModel.getStructure()
Returns an indication as to the type or structure of the data being referenced by the busing model. |
StructureOfData |
BriefInformationMap.getStructure()
Returns an indication of what type of data this information map is based upon. |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |