Uses of Class
com.sas.iquery.metadata.StructureOfData

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.NONE
           
static StructureOfData StructureOfData.OLAP
          OLAP is for OLAP MDX in most cases via cubes.
static StructureOfData StructureOfData.RELATIONAL
          RELATIONAL is for Relational SQL which is in most cases via tables.
static StructureOfData StructureOfData.TABULAR
          SASHDAT is for tabular queries such as those based on hadoop and SASHDAT definition files.
 

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
static StructureOfData StructureOfData.valueOf(java.lang.String string)
           
 

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.
 StructureOfData ExportGeneralMetadata.getStructureOfData()
          Returns the structure of Data: Relational or OLAP
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.