Skip Headers
Oracle® OLAP Developer's Guide to the OLAP API
10g Release 2 (10.2)

Part Number B14347-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
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 Executing DML Commands
3-7 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 and Its Contents
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 Catalog Metadata
5-1 Getting the Columns for an MtmLevelHierarchyMap
5-2 Getting the Column Mapped To an MdmLevel
5-3 Getting the Columns For an MdmMeasure
5-4 Creating a Custom Measure
6-1 Getting the Data Type of a Source
6-2 Using the isSubtypeOf Method
6-3 Using the join Method To Produce a Source Without an Output
6-4 Using the join Method To Produce a Source With an Output
6-5 Using the join Method To Match Source Objects To Inputs
6-6 Using Shortcuts
6-7 Matching the Base Source to an Input of the Joined Source
6-8 Matching an Input of the Base Source to an Output of the Joined Source
6-9 Matching the Inputs of a Measure and Producing Outputs
6-10 Using a Parameterized Source With a Measure Dimension
6-11 Implementing the extract method as a CustomModel
6-12 Creating an Assignment That Depends on Another Assignment
6-13 Creating a Custom Member That Assigns an Aggregated Value
7-1 Controlling Input-to-Source Matching With the alias Method
7-2 Using the distinct Method
7-3 Using COMPARISON_RULE_REMOVE
7-4 Using COMPARISON_RULE_DESCENDING
7-5 Selecting the First and Last Time Elements
7-6 Sorting Products Hierarchically By Color
7-7 Selecting a Subset of the Elements of a Source
7-8 Using the extract Method
7-9 Creating a Cube and Pivoting Its Edges
7-10 Drilling in a Hierarchy
7-11 Hierarchical Sorting by Measure Value
7-12 Getting the Share of Units Sold
7-13 Ranking Products by Units Sold
7-14 Using the Lag Method
7-15 Using the movingTotal Method
7-16 Selecting a Range With NumberParameter Objects
8-1 Rolling Back a Transaction
8-2 Using Child Transaction Objects
9-1 Creating the querySource Query
9-2 Setting the CompoundCursor Position and Getting the Current Values
9-3 Positions in an Asymmetric Query
10-1 Creating a Cursor
10-2 Getting a Single Value from a ValueCursor
10-3 Getting All of the Values from a ValueCursor
10-4 Getting ValueCursor Objects from a CompoundCursor
10-5 Getting Values from a CompoundCursor with Nested Outputs
10-6 Navigating for a Table View
10-7 Navigating for a Crosstab View without Pages
10-8 Navigating for a Crosstab View with Pages
10-9 Getting CursorSpecification Objects from a CursorManagerSpecification
10-10 Specifying the Calculation of the Extent of a Cursor
10-11 Specifying the Calculation of Starting and Ending Positions in a Parent
10-12 Calculating the Span of the Positions in the Parent of a Value
10-13 Specifying a Fetch Size
11-1 Implementing a Template
11-2 Implementing a MetadataState
11-3 Implementing a SourceGenerator
11-4 Getting the Source Produced by the Template