Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The OLAPSchema class represents an OLAP cube or cubes.
Show MXML Syntax Hide MXML Syntax
The <mx:OLAPSchema>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPSchema
Properties
cubeArray=""
/>
cubeArray
cubeArray:Array
[write-only]
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Lets you set the cubes of a schema by passing an Array of IOLAPCube instances.
Implementation public function set cubeArray(value:Array):void
cubes:IList
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
All the cubes known by this schema, as a list of IOLAPCube instances.
The returned list might represent remote data and therefore can throw
an ItemPendingError.
Implementation public function get cubes():IList
public function set cubes(value:IList ):void
public function createCube(name:String):IOLAPCube
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Creates an OLAP cube from the schema.
Parameters
name :String
— The name of the cube.
Returns public function getCube(name:String):IOLAPCube
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Returns a cube specified by name.
Parameters
name :String
— The name of the cube.
Returns IOLAPCube
— The IOLAPCube instance, or null if one is not found.
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00