|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MdmQuery
An interface for MDM objects that can have an associated
Query object.
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 |
|---|
java.lang.String getQueryName()
MdmQuery object.
String that contains the identifier of the
MdmQuery object.Query getQuery()
Query associated with the MdmQuery.
Query associated with the MdmQuery.java.util.List<MdmQueryColumn> getQueryColumns()
MdmQueryColumn objects that are associated with the
MdmQuery.
List of the MdmQueryColumn objects
associated with the MdmQuery.MdmQueryColumn getQueryColumn(java.lang.String name)
MdmQueryColumn.
name - A String that contains the name of an
MdmQueryColumn.
MdmQueryColumn that has the specified name.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||