|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultSetInterface | |
---|---|
com.sas.dataselectors.find | |
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
com.sas.storage.olap | Provides a set of interfaces for accessing OLAP data. |
com.sas.storage.olap.embedded | Provides a set of classes for building an in memory multidimensional Result Set. |
com.sas.storage.olap.export | Classes and related interfaces to transform multidimensional data (usually named OLAP data) into data streams suitable to be exported to a spreadsheet. |
com.sas.storage.olap.sasmdx | Provides a set of classes for accessing OLAP data from the SAS OLAP Server. |
Uses of ResultSetInterface in com.sas.dataselectors.find |
---|
Fields in com.sas.dataselectors.find declared as ResultSetInterface | |
---|---|
protected ResultSetInterface |
OLAPFindSelectorAdapter.resultSet
|
Uses of ResultSetInterface in com.sas.graphics.components |
---|
Classes in com.sas.graphics.components that implement ResultSetInterface | |
---|---|
class |
GraphOLAPDataSet
A class for sharing setup work between graph olap viewers that are sharing a single olap model. |
Uses of ResultSetInterface in com.sas.storage.olap |
---|
Subinterfaces of ResultSetInterface in com.sas.storage.olap | |
---|---|
interface |
OLAPDataSetInterface
The OLAPDataSetInterface together with the ResultSetInterface, ResultSetMetadataInterface, AxisInterface, TupleInterface, and TupleElementInterface make up the Data portion of the OLAP model. |
Methods in com.sas.storage.olap that return ResultSetInterface | |
---|---|
ResultSetInterface |
ResultSetMetadataInterface.getResultSet()
Returns the ResultSet that is defined by this metadata. |
Uses of ResultSetInterface in com.sas.storage.olap.embedded |
---|
Classes in com.sas.storage.olap.embedded that implement ResultSetInterface | |
---|---|
class |
OLAPDataSet
The OLAPDataSet together with the ResultSetInterface, ResultSetMetadataInterface, AxisInterface, TupleInterface, TupleElementInterface, and PerformanceTuningInterface make up the Data portion of the MD model. |
class |
ResultSet
Used for building an in memory multidimensional ResultSet. |
Methods in com.sas.storage.olap.embedded that return ResultSetInterface | |
---|---|
ResultSetInterface |
ResultSetMetadata.getResultSet()
Return the resultSet set for this resultSet metadata. |
Methods in com.sas.storage.olap.embedded with parameters of type ResultSetInterface | |
---|---|
void |
ResultSetMetadata.setResultSet(ResultSetInterface resultSet)
Sets the ResultSet that is defined by this metadata. |
Constructors in com.sas.storage.olap.embedded with parameters of type ResultSetInterface | |
---|---|
OLAPDataSet(ResultSetInterface resultSet)
|
Uses of ResultSetInterface in com.sas.storage.olap.export |
---|
Methods in com.sas.storage.olap.export with parameters of type ResultSetInterface | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
static void |
OLAPExporter.writeToStream(ResultSetInterface model,
java.io.OutputStream stream,
RelationalExportInterface exporter)
Using a RelationalExportInterface object,
writes multidimensional data into an
|
static void |
OLAPExporter.writeToStream(ResultSetInterface model,
java.io.OutputStream stream,
RelationalExportInterface exporter,
int startRow,
int nRows,
boolean isRawData,
boolean repeatLabels)
Using a RelationalExportInterface object,
writes multidimensional data into an
|
static void |
OLAPExporter.writeToStream(ResultSetInterface model,
java.io.Writer writer,
RelationalExportInterface exporter)
Using a RelationalExportInterface object,
writes multidimensional data into a
|
static void |
OLAPExporter.writeToStream(ResultSetInterface model,
java.io.Writer writer,
RelationalExportInterface exporter,
int startRow,
int nRows,
boolean isRawData,
boolean repeatLabels)
Using a RelationalExportInterface object,
writes multidimensional data into a
|
static void |
OLAPExporter.writeToStream(ResultSetInterface model,
java.io.Writer writer,
RelationalExportInterface exporter,
int startRow,
int nRows,
boolean isRawData,
boolean repeatLabels,
java.util.Locale locale)
Using a RelationalExportInterface object,
writes multidimensional data into a
|
static void |
OLAPExporter.writeToStream(ResultSetInterface model,
java.io.Writer writer,
RelationalExportInterface exporter,
int startRow,
int nRows,
boolean isRawData,
boolean repeatLabels,
java.util.Locale locale,
java.lang.String[] headers,
java.lang.String[] footers)
Using a RelationalExportInterface object,
writes multidimensional data into a
Copyright © 2009 SAS Institute Inc. All Rights Reserved. |