Uses of Class
mondrian.olap.MondrianDef.SQL
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of MondrianDef.SQL in mondrian.olap
Modifier and TypeFieldDescriptionMondrianDef.ExpressionView.expressions
MondrianDef.Table.filter
The SQL WHERE clause expression to be appended to any select statementMondrianDef.View.selects
Modifier and TypeMethodDescriptionstatic SqlQuery.CodeSet
MondrianDef.SQL.toCodeSet
(MondrianDef.SQL[] sqls) Converts an array of SQL to aSqlQuery.CodeSet
object.