| Package | mx.olap | 
| Interface | public interface IOLAPQuery | 
| Implementors | OLAPQuery | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Related API Elements
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
| 
      Gets an axis from the query. | IOLAPQuery | ||
| 
      Sets an axis to the query. | IOLAPQuery | ||
Method Detail
| getAxis | () | method | 
 public function getAxis(axisOridnal:int):IOLAPQueryAxis| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Gets an axis from the query. You typically call this method to obtain an uninitialized IOLAPQueryAxis instance, then configure the IOLAPQueryAxis instance for the query.
Parameters
| axisOridnal:int— SpecifyOLAPQuery.COLUMN AXISfor a column axis,OLAPQuery.ROW_AXISfor a row axis, 
      andOLAPQuery.SLICER_AXISfor a slicer axis. | 
| IOLAPQueryAxis— The IOLAPQueryAxis instance. | 
| setAxis | () | method | 
 public function setAxis(axisOridnal:int, axis:IOLAPQueryAxis):void| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Sets an axis to the query.
Parameters
| axisOridnal:int— SpecifyOLAPQuery.COLUMN AXISfor a column axis,OLAPQuery.ROW_AXISfor a row axis, 
      andOLAPQuery.SLICER_AXISfor a slicer axis. | |
| axis:IOLAPQueryAxis— The IOLAPQueryAxis instance. | 
Thu Dec 4 2014, 05:50 PM -08:00