Uses of Class
mondrian.olap.NativeEvaluationUnsupportedException
-
Packages that use NativeEvaluationUnsupportedException Package Description mondrian.resource mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of NativeEvaluationUnsupportedException in mondrian.resource
Methods in mondrian.resource that return NativeEvaluationUnsupportedException Modifier and Type Method Description NativeEvaluationUnsupportedException
MondrianResource._Def23. ex(String p0)
-
Uses of NativeEvaluationUnsupportedException in mondrian.rolap
Methods in mondrian.rolap that throw NativeEvaluationUnsupportedException Modifier and Type Method Description static void
RolapUtil. alertNonNative(String functionName, String reason)
Raises an alert that native SQL evaluation could not be used in a case where it might have been beneficial, but some limitation in Mondrian's implementation prevented it.
-