Skip Headers
Oracle® OLAP Developer's Guide to the OLAP API
10
g
Release 2 (10.2)
Part Number B14347-02
Home
Book List
Contents
Index
Master Index
Contact Us
Previous
Next
View PDF
List of Examples
2-1 Creating a Custom Member of a Dimension
2-2 Getting the Data Type of an MdmSource
2-3 Getting the Type of an MdmSource
2-4 Creating a Custom Member of the MdmMeasureDimension
3-1 Loading the JDBC Driver for a Connection
3-2 Getting a JDBC OracleConnection
3-3 Creating a TransactionProvider
3-4 Creating a DataProvider
3-5 Getting an Existing Connection
3-6 Closing a Connection
4-1 Creating an MdmMetadataProvider
4-2 Getting the Root MdmSchema
4-3 Getting MdmDimension Objects
4-4 Getting Subschemas
4-5 Getting the MdmMeasureDimension
4-6 Getting the Dimensions of an MdmMeasure
4-7 Getting the MdmHierarchy Components of an MdmPrimaryDimenison
4-8 Getting a Primary Source for a Metadata Object
4-9 Discovering the OLAP Metadata
5-1 Getting the Data Type of a Source
5-2 Using the isSubtypeOf Method
5-3 Using the join Method To Produce a Source Without an Output
5-4 Using the join Method To Produce a Source With an Output
5-5 Using the join Method To Match Source Objects To Inputs
5-6 Using Shortcuts
5-7 Matching the Base Source to an Input of the Joined Source
5-8 Matching an Input of the Base Source to an Output of the Joined Source
5-9 Matching the Inputs of a Measure and Producing Outputs
5-10 Using a Parameterized Source With a Measure Dimension
5-11 Implementing the extract Method As a CustomModel
5-12 Creating an Assignment That Depends on Another Assignment
5-13 Creating a Custom Member That Assigns an Aggregated Value
6-1 Controlling Input-to-Source Matching With the alias Method
6-2 Using the distinct Method
6-3 Using COMPARISON_RULE_REMOVE
6-4 Using COMPARISON_RULE_DESCENDING
6-5 Selecting the First and Last Time Elements
6-6 Sorting Products Hierarchically By Attribute
6-7 Selecting a Subset of the Elements of a Source
6-8 Using the extract Method
6-9 Creating a Cube and Pivoting The Edges
6-10 Drilling in a Hierarchy
6-11 Hierarchical Sorting by Measure Value
6-12 Getting the Share of Units Sold
6-13 Using the Lag Method
6-14 Using the movingTotal Method
6-15 Selecting a Range With NumberParameter Objects
7-1 Rolling Back a Transaction
7-2 Using Child Transaction Objects
8-1 Creating the querySource Query
8-2 Setting the CompoundCursor Position and Getting the Current Values
8-3 Positions in an Asymmetric Query
9-1 Creating a Cursor
9-2 Getting a Single Value from a ValueCursor
9-3 Getting All of the Values from a ValueCursor
9-4 Getting ValueCursor Objects from a CompoundCursor
9-5 Getting Values from a CompoundCursor with Nested Outputs
9-6 Navigating for a Table View
9-7 Navigating for a Crosstab View without Pages
9-8 Navigating for a Crosstab View with Pages
9-9 Getting CursorSpecification Objects from a CursorManagerSpecification
9-10 Specifying the Calculation of the Extent of a Cursor
9-11 Specifying the Calculation of Starting and Ending Positions in a Parent
9-12 Calculating the Span of the Positions in the Parent of a Value
9-13 Specifying a Fetch Size
10-1 Implementing a Template
10-2 Implementing a MetadataState
10-3 Implementing a SourceGenerator
10-4 Getting the Source Produced by the Template