Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mdm
Interface MdmQuery

All Known Implementing Classes:
MdmCube, MdmHierarchy, MdmLevelHierarchy, MdmMeasureDimension, MdmPrimaryDimension, MdmStandardDimension, MdmTable, MdmTimeDimension, MdmValueHierarchy

public interface MdmQuery

An interface for MDM objects that can have an associated Query object.

See Also:
Query

Method Summary
 Query getQuery()
          Gets the Query associated with the MdmQuery.
 MdmQueryColumn getQueryColumn(java.lang.String name)
          Gets the specified MdmQueryColumn.
 java.util.List<MdmQueryColumn> getQueryColumns()
          Gets the MdmQueryColumn objects that are associated with the MdmQuery.
 java.lang.String getQueryName()
          Gets the identifier of the MdmQuery object.

 

Method Detail

getQueryName

java.lang.String getQueryName()
Gets the identifier of the MdmQuery object.
Returns:
A String that contains the identifier of the MdmQuery object.

getQuery

Query getQuery()
Gets the Query associated with the MdmQuery.
Returns:
The Query associated with the MdmQuery.

getQueryColumns

java.util.List<MdmQueryColumn> getQueryColumns()
Gets the MdmQueryColumn objects that are associated with the MdmQuery.
Returns:
A List of the MdmQueryColumn objects associated with the MdmQuery.

getQueryColumn

MdmQueryColumn getQueryColumn(java.lang.String name)
Gets the specified MdmQueryColumn.
Parameters:
name - A String that contains the name of an MdmQueryColumn.
Returns:
The MdmQueryColumn that has the specified name.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.