| Pacote | mx.olap |
| Classe | public class OLAPResult |
| Herança | OLAPResult Object |
| Implementações | IOLAPResult |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
mx.olap.OLAPQuery
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.OLAPResultAxis
| Propriedade | Definido por | ||
|---|---|---|---|
| axes : Array [somente leitura]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | OLAPResult | ||
| COLUMN_AXIS : int = 0 [estático]
Specifies a column axis. | OLAPResult | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| query : IOLAPQuery
The query whose result is represented by this object. | OLAPResult | ||
| ROW_AXIS : int = 1 [estático]
Specifies a row axis. | OLAPResult | ||
| SLICER_AXIS : int = 2 [estático]
Specifies a slicer axis. | OLAPResult | ||
| Propriedade | Definido por | ||
|---|---|---|---|
| cellData : Array
An Array of Arrays that contains the value of each cell of the result. | OLAPResult | ||
| Método | Definido por | ||
|---|---|---|---|
Returns an axis of the query result. | OLAPResult | ||
Returns a cell at the specified location in the query result. | OLAPResult | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
Returns true if the row contains data. | OLAPResult | ||
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
axes | propriedade |
cellData | propriedade |
protected var cellData:Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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 | propriedade |
public static var COLUMN_AXIS:int = 0| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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 | propriedade |
query:IOLAPQuery| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementação
public function get query():IOLAPQuery public function set query(value:IOLAPQuery):voidROW_AXIS | propriedade |
public static var ROW_AXIS:int = 1| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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 | propriedade |
public static var SLICER_AXIS:int = 2| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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 | () | método |
public function getAxis(axisOrdinal:int):IOLAPResultAxis| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parâmetros
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 | () | método |
public function getCell(x:int, y:int):IOLAPCell| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
Parâmetros
x:int — The column of the query result.
| |
y:int — The row of the query result.
|
IOLAPCell — An IOLAPCell instance representing the cell.
|
hasRowData | () | método |
public function hasRowData(rowIndex:int):Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns true if the row contains data.
Parâmetros
rowIndex:int — The index of the row in the result.
|
Boolean — true if the row contains data,
and false if not.
|
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas