|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.iquery.dataretrieval.convenience.olap.ShowDetail
@SASScope(value="ALL") @SubjectToChange public class ShowDetail
Contains utility methods that can be used to acquire detail data for a particular member or cell on an OLAP result set.
| Field Summary | |
|---|---|
static int |
FORMAT_FORMATTED
Value for Flattened Result Set to show the formatted value in the detail drilled table. |
static int |
FORMAT_FORMATTEDNOEMPTY
Value for Flattened Result Set to show the formatted value (including empty) in the detail drilled table. |
static int |
FORMAT_RAW
Value for Flattened Result Set to show the raw value in the detail drilled table. |
static int |
FORMAT_RAWANDFORMATTED
Value for Flattened Result Set to show the formatted raw value in the detail drilled table. |
static int |
FORMAT_RAWANDFORMATTEDNOEMPTY
Value for Flattened Result Set to show the formatted raw value (including empty) in the detail drilled table. |
static int |
FORMAT_RAWNOEMPTY
Value for Flattened Result Set to show the raw value (including empty) in the detail drilled table. |
| Constructor Summary | |
|---|---|
ShowDetail()
|
|
| Method Summary | |
|---|---|
static java.sql.ResultSet |
getDetailData(com.sas.storage.olap.OLAPDataSetInterface model,
com.sas.storage.olap.TupleElementInterface[] tupleElements)
This method is used to retrieve detail data based on the member/tupleElement in a table. |
static java.sql.ResultSet |
getDetailData(com.sas.storage.olap.OLAPDataSetInterface model,
com.sas.storage.olap.TupleElementInterface[] tupleElements,
int formatType)
This method is used to retrieve detail data based on the member/tupleElement in a table. |
| Field Detail |
|---|
public static final int FORMAT_FORMATTED
public static final int FORMAT_FORMATTEDNOEMPTY
public static final int FORMAT_RAW
public static final int FORMAT_RAWANDFORMATTED
public static final int FORMAT_RAWANDFORMATTEDNOEMPTY
public static final int FORMAT_RAWNOEMPTY
| Constructor Detail |
|---|
public ShowDetail()
| Method Detail |
|---|
public static java.sql.ResultSet getDetailData(com.sas.storage.olap.OLAPDataSetInterface model,
com.sas.storage.olap.TupleElementInterface[] tupleElements)
model - OLAPDataSetInterface objecttupleElements - The elements for which the detail data is displayed.
public static java.sql.ResultSet getDetailData(com.sas.storage.olap.OLAPDataSetInterface model,
com.sas.storage.olap.TupleElementInterface[] tupleElements,
int formatType)
model - OLAPDataSetInterface objecttupleElements - The elements for which the detail data is displayed.isFormatted - Apply a formatting type to the flattened resultset as defined as either:
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||