Skip Headers
Oracle® OLAP Java API Developer's Guide
11g Release 1 (11.1)
Part Number B28127-01
Home
Book List
Contents
Index
Master Index
Contact Us
Previous
Next
View PDF
List of Examples
2-1 Getting the Data Type of an MdmSource
2-2 Getting the Type of an MdmSource
3-1 Loading the JDBC Driver for a Connection
3-2 Getting a JDBC OracleConnection
3-3 Creating a DataProvider
3-4 Closing the Connection
3-5 Creating an MdmMetadataProvider
3-6 Getting the MdmSchema Objects
3-7 Getting a Single MdmDatabaseSchema
3-8 Getting the Dimensions and Measures of an MdmDatabaseSchema
3-9 Getting the Dimensions and Measures of an MdmCube
3-10 Getting the Hierarchies and Levels of a Dimension
3-11 Getting the MdmAttribute Objects of an MdmPrimaryDimension
3-12 Getting a Primary Source for a Metadata Object
4-1 Creating an AW
4-2 Creating and Deploying an MdmStandardDimension
4-3 Creating and Mapping an MdmDimensionLevel
4-4 Creating and Mapping MdmLevelHierarchy and MdmHierarchyLevel Objects
4-5 Creating an MdmBaseAttribute
4-6 Creating and Mapping an MdmCube
4-7 Creating and Mapping Measures
4-8 Committing Transactions
4-9 Exporting to an XML Template
4-10 Building an Analytic Workspace
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
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 Committing the Current Transaction
7-2 Rolling Back a Transaction
7-3 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 for a Source
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