Package | mx.olap |
Interface | public interface IOLAPSchema |
Implementors | OLAPSchema |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
cubes : IList [read-only]
All the cubes known by this schema, as a list of IOLAPCube instances. | IOLAPSchema |
Public Methods
Method | Defined By | ||
---|---|---|---|
Creates an OLAP cube from the schema. | IOLAPSchema | ||
Returns a cube specified by name. | IOLAPSchema |
Property Detail
cubes | property |
cubes:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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
Method Detail
createCube | () | method |
getCube | () | method |
Thu Dec 6 2018, 01:12 PM -08:00