Pacote | mx.olap |
Interface | public interface IOLAPQueryAxis |
Implementadores | OLAPQueryAxis |
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
Propriedade | Definido por | ||
---|---|---|---|
sets : Array [somente leitura]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
tuples : Array [somente leitura]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis |
Método | Definido por | ||
---|---|---|---|
Adds a single member to the query axis. | IOLAPQueryAxis | ||
Adds a set to the query axis. | IOLAPQueryAxis | ||
Adds a tuple to the query axis. | IOLAPQueryAxis |
sets | propriedade |
sets:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
All the sets of the query axis, as an Array of IOLAPSet instances.
This Array includes sets added by the addMember()
and addTuple()
methods.
Implementação
public function get sets():Array
tuples | propriedade |
tuples:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
All the tuples added to the query axis, as an Array of IOLAPTuple instances.
This Array includes tuples added by the addMember()
and addSet()
methods.
Implementação
public function get tuples():Array
addMember | () | método |
public function addMember(s:IOLAPMember):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Adds a single member to the query axis. The member is automatically converted to an IOLPASet instance. This method is useful when adding a member to a slicer axis.
Parâmetros
s:IOLAPMember — The member to add to the query.
|
addSet | () | método |
public function addSet(s:IOLAPSet):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Adds a set to the query axis. The set define the members and tuples that provide the information for the query axis.
Parâmetros
s:IOLAPSet — The set to add to the query.
|
addTuple | () | método |
public function addTuple(t:mx.olap:IOLAPTuple):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parâmetros
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
Wed Jun 13 2018, 11:10 AM Z