|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.StructureOfData
public class StructureOfData
Contains information about the structure of data that can be queried. Note that this class does no enforcement of mutual exclusion of values.
Constructor Summary | |
---|---|
StructureOfData()
|
Method Summary | |
---|---|
static StructureOfData |
getStructure(java.util.List list)
Returns a union of all the structure types of the objects within the given list |
static StructureOfData |
getStructure(java.lang.Object obj)
Returns the structure of the specified object |
boolean |
isOLAP()
Whether this is OLAp |
boolean |
isRelational()
Whether this is relational |
void |
setIsOLAP(boolean isOLAP)
Set the OLAP flag on this object |
void |
setIsRelational(boolean isRelational)
Set the relational flag on this object |
Constructor Detail |
---|
public StructureOfData()
Method Detail |
---|
public static StructureOfData getStructure(java.lang.Object obj)
obj
- Object whose structure is to be determined
public static StructureOfData getStructure(java.util.List list)
list
- List of objects whose structures are to be determined
public boolean isRelational()
public void setIsRelational(boolean isRelational)
isRelational
- boolean specifying whether this object is relationalpublic boolean isOLAP()
public void setIsOLAP(boolean isOLAP)
isOLAP
- boolean specifying whether this object is OLAP
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |