Uses of Class
mondrian.olap.Literal
Package
Description
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of Literal in mondrian.mdx
-
Uses of Literal in mondrian.olap
Modifier and TypeFieldDescriptionstatic final Literal
Literal.doubleNegativeOne
static final Literal
Literal.doubleOne
static final Literal
Literal.doubleZero
static final Literal
Literal.emptyString
static final Literal
Literal.negativeOne
static final Literal
Literal.nullValue
static final Literal
Literal.one
static final Literal
Literal.zero
Modifier and TypeMethodDescriptionLiteral.clone()
static Literal
Deprecated.static Literal
Deprecated.static Literal
Literal.create
(BigDecimal d) Creates a numeric literal.static Literal
Literal.createString
(String s) Creates a string literal.static Literal
Literal.createSymbol
(String s) Creates a symbol. -
Uses of Literal in mondrian.parser
create(java.math.BigDecimal)