|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrillPath | |
---|---|
com.sas.iquery.execution2 | Provides interfaces and exceptions that are related to SAS Query Services query execution. |
Uses of DrillPath in com.sas.iquery.execution2 |
---|
Classes in com.sas.iquery.execution2 that implement DrillPath | |
---|---|
class |
IQOlapDrillPath
The IQOlapDrillPath represents the user's drill path into an OLAP result set. |
Methods in com.sas.iquery.execution2 that return types with arguments of type DrillPath | |
---|---|
java.util.Map<java.lang.Integer,java.util.List<DrillPath>> |
IQResultSetMetaData.getAllDrillPaths()
Return a map, in which the key is the axis and the value is a list of drill path objects for each axis. |
java.util.Map<java.lang.Integer,java.util.List<DrillPath>> |
IQOlapResultSetMetaData.getAllDrillPaths()
The IQOlapResultSetMetadata implementation of #getDrillPaths(int)
returns a list of drill path objects; OLAP result set metadata can be drilled. |
java.util.Map<java.lang.Integer,java.util.List<DrillPath>> |
AbstractIQResultSetMetaData.getAllDrillPaths()
The IQResultSetMetaData implementation of #getAllDrillPaths()
throws an UnsupportedOperationException . |
java.util.List<DrillPath> |
IQResultSetMetaData.getDrillPaths(DataItem di)
Return the list of drill paths for this data item. |
java.util.List<DrillPath> |
IQOlapResultSetMetaData.getDrillPaths(DataItem dataItem)
The IQOlapResultSetMetadata implementation of #getDrillPaths(DataItem)
returns a list of drill path objects; OLAP result set metadata can be drilled. |
java.util.List<DrillPath> |
AbstractIQResultSetMetaData.getDrillPaths(DataItem di)
The IQResultSetMetaData implementation of #getDrillPaths(DataItem)
throws an UnsupportedOperationException . |
java.util.List<DrillPath> |
IQResultSetMetaData.getDrillPaths(int axis)
Return a list of drill path objects, representing the user's current drill state into the result set. |
java.util.List<DrillPath> |
IQOlapResultSetMetaData.getDrillPaths(int axis)
The IQOlapResultSetMetadata implementation of #getDrillPaths(int)
returns a list of drill path objects; OLAP result set metadata can be drilled. |
java.util.List<DrillPath> |
AbstractIQResultSetMetaData.getDrillPaths(int axis)
The IQResultSetMetaData implementation of #getDrillPaths(int)
throws an UnsupportedOperationException . |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |