| Paket | mx.olap |
| Klass | public class OLAPResult |
| Arv | OLAPResult Object |
| Implementerar | IOLAPResult |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
mx.olap.OLAPQuery
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.OLAPResultAxis
| Egenskap | Definieras med | ||
|---|---|---|---|
| axes : Array [skrivskyddad]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | OLAPResult | ||
| COLUMN_AXIS : int = 0 [statisk]
Specifies a column axis. | OLAPResult | ||
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | |
| query : IOLAPQuery
The query whose result is represented by this object. | OLAPResult | ||
| ROW_AXIS : int = 1 [statisk]
Specifies a row axis. | OLAPResult | ||
| SLICER_AXIS : int = 2 [statisk]
Specifies a slicer axis. | OLAPResult | ||
| Egenskap | Definieras med | ||
|---|---|---|---|
| cellData : Array
An Array of Arrays that contains the value of each cell of the result. | OLAPResult | ||
| Metod | Definieras med | ||
|---|---|---|---|
Returns an axis of the query result. | OLAPResult | ||
Returns a cell at the specified location in the query result. | OLAPResult | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
Returns true if the row contains data. | OLAPResult | ||
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
axes | egenskap |
cellData | egenskap |
protected var cellData:Array| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
An Array of Arrays that contains the value of each cell of the result. A cell is an intersection of a row and a column axis position.
COLUMN_AXIS | egenskap |
public static var COLUMN_AXIS:int = 0| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies a column axis.
Use this property as a value of the axisOrdinal argument
to the getAxis() method.
query | egenskap |
query:IOLAPQuery| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementering
public function get query():IOLAPQuery public function set query(value:IOLAPQuery):voidROW_AXIS | egenskap |
public static var ROW_AXIS:int = 1| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies a row axis.
Use this property as a value of the axisOrdinal argument
to the getAxis() method.
SLICER_AXIS | egenskap |
public static var SLICER_AXIS:int = 2| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies a slicer axis.
Use this property as a value of the axisOrdinal argument
to the getAxis() method.
getAxis | () | metod |
public function getAxis(axisOrdinal:int):IOLAPResultAxis| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parametrar
axisOrdinal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
IOLAPResultAxis — The IOLAPQueryAxis instance.
|
getCell | () | metod |
public function getCell(x:int, y:int):IOLAPCell| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
Parametrar
x:int — The column of the query result.
| |
y:int — The row of the query result.
|
IOLAPCell — An IOLAPCell instance representing the cell.
|
hasRowData | () | metod |
public function hasRowData(rowIndex:int):Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns true if the row contains data.
Parametrar
rowIndex:int — The index of the row in the result.
|
Boolean — true if the row contains data,
and false if not.
|
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper