Uses of Enum Class
org.olap4j.mdx.Quoting
Packages that use Quoting
Package
Description
Contains miscellaneous classes used by the olap4j API and drivers implementing
the API.
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
-
Uses of Quoting in org.olap4j.impl
Methods in org.olap4j.impl with parameters of type QuotingModifier and TypeMethodDescriptionvoid
IdentifierParser.Builder.segmentComplete
(ParseRegion region, String name, Quoting quoting, IdentifierParser.Builder.Syntax syntax) Called when a segment is complete.void
IdentifierParser.MemberBuilder.segmentComplete
(ParseRegion region, String name, Quoting quoting, IdentifierParser.Builder.Syntax syntax) -
Uses of Quoting in org.olap4j.mdx
Methods in org.olap4j.mdx that return QuotingModifier and TypeMethodDescriptionIdentifierSegment.getQuoting()
Returns how this Segment is quoted.KeySegment.getQuoting()
NameSegment.getQuoting()
static Quoting
Returns the enum constant of this class with the specified name.static Quoting[]
Quoting.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.olap4j.mdx with parameters of type QuotingModifierConstructorDescriptionNameSegment
(ParseRegion region, String name, Quoting quoting) Creates a segment with the given quoting and region.