Uses of Class
mondrian.olap.Literal
Packages that use 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
Methods in mondrian.mdx with parameters of type Literal -
Uses of Literal in mondrian.olap
Fields in mondrian.olap declared as LiteralModifier and TypeFieldDescriptionstatic final LiteralLiteral.doubleNegativeOnestatic final LiteralLiteral.doubleOnestatic final LiteralLiteral.doubleZerostatic final LiteralLiteral.emptyStringstatic final LiteralLiteral.negativeOnestatic final LiteralLiteral.nullValuestatic final LiteralLiteral.onestatic final LiteralLiteral.zeroMethods in mondrian.olap that return LiteralModifier and TypeMethodDescriptionLiteral.clone()static LiteralDeprecated.static LiteralDeprecated.static LiteralLiteral.create(BigDecimal d) Creates a numeric literal.static LiteralLiteral.createString(String s) Creates a string literal.static LiteralLiteral.createSymbol(String s) Creates a symbol. -
Uses of Literal in mondrian.parser
Methods in mondrian.parser that return Literal
create(java.math.BigDecimal)