Uses of Enum Class
org.olap4j.impl.IdentifierParser.Builder.Syntax
Packages that use IdentifierParser.Builder.Syntax
Package
Description
Contains miscellaneous classes used by the olap4j API and drivers implementing
the API.
-
Uses of IdentifierParser.Builder.Syntax in org.olap4j.impl
Methods in org.olap4j.impl that return IdentifierParser.Builder.SyntaxModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IdentifierParser.Builder.Syntax[]IdentifierParser.Builder.Syntax.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.impl with parameters of type IdentifierParser.Builder.SyntaxModifier and TypeMethodDescriptionvoidIdentifierParser.Builder.segmentComplete(ParseRegion region, String name, Quoting quoting, IdentifierParser.Builder.Syntax syntax) Called when a segment is complete.voidIdentifierParser.MemberBuilder.segmentComplete(ParseRegion region, String name, Quoting quoting, IdentifierParser.Builder.Syntax syntax)