|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssOpMdxQuery interface.
Nested Class Summary | |
static class |
IEssOpMdxQuery.EEssMemberIdentifierType
The EEssMemberIdentifierType class is an enumeration of member identifier types. |
Nested classes inherited from class com.essbase.api.dataquery.IEssOperation |
IEssOperation.EEssOperationType |
Method Summary | |
IEssOpMdxQuery.EEssMemberIdentifierType |
getMemberIdentifierType()
Gets the MdxMbrIdType in query. |
java.lang.String |
getQuerySpec()
Gets the MDX query specification. |
boolean |
isDataless()
Checks if MDX query is dataless query. |
boolean |
isNeedCellAttributes()
Checks if MDX query will return cell attributes for data cells. |
void |
setDataless(boolean dataLess)
Sets if MDX query is dataless query. |
void |
setMemberIdentifierType(IEssOpMdxQuery.EEssMemberIdentifierType idtype)
Sets the Member Identifier Type in query. |
void |
setNeedCellAttributes(boolean needCellAttributes)
Sets if MDX query will return cell attributes for data cells. |
void |
setQuery(boolean dataLess,
java.lang.String querySpec,
boolean needCellStatus,
IEssOpMdxQuery.EEssMemberIdentifierType idtype)
Sets the MDX query specification and options relating to the MDX operation. |
void |
setQuerySpec(java.lang.String querySpec)
Sets the MDX query specification. |
Methods inherited from interface com.essbase.api.dataquery.IEssOperation |
getOperationType |
Method Detail |
public IEssOpMdxQuery.EEssMemberIdentifierType getMemberIdentifierType() throws EssException
EssException
- if an error occurs.public void setMemberIdentifierType(IEssOpMdxQuery.EEssMemberIdentifierType idtype) throws EssException
idtype
- The member identifier type that will be returned in
query results.
EssException
- if an error occurs.public boolean isDataless() throws EssException
EssException
- if an error occurs.public void setDataless(boolean dataLess) throws EssException
dataLess
- true if dataless; false otherwise.
EssException
- if an error occurs.public boolean isNeedCellAttributes() throws EssException
EssException
- if an error occurs.public void setNeedCellAttributes(boolean needCellAttributes) throws EssException
needCellAttributes
- true if cell attributes will be returned;
false otherwise.
EssException
- if an error occurs.public java.lang.String getQuerySpec() throws EssException
EssException
- if an error occurs.public void setQuerySpec(java.lang.String querySpec) throws EssException
querySpec
- The MDX query specification.
EssException
- if an error occurs.public void setQuery(boolean dataLess, java.lang.String querySpec, boolean needCellStatus, IEssOpMdxQuery.EEssMemberIdentifierType idtype) throws EssException
dataLess
- true if dataless; false otherwise.querySpec
- The MDX query specification.needCellStatus
- true if cell statuses will be returned; false otherwise.idtype
- The member id type that will be returned in query results.
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |