Uses of Interface
org.olap4j.impl.IdentifierParser.Builder
Packages that use IdentifierParser.Builder
Package
Description
Contains miscellaneous classes used by the olap4j API and drivers implementing
the API.
-
Uses of IdentifierParser.Builder in org.olap4j.impl
Classes in org.olap4j.impl that implement IdentifierParser.BuilderModifier and TypeClassDescriptionstatic classImplementation ofIdentifierParser.Builderthat collects the segments that make up the name of a member in a list.static classImplementation ofIdentifierParser.Builderthat collects segments into members, then collects members into lists.Methods in org.olap4j.impl with parameters of type IdentifierParser.BuilderModifier and TypeMethodDescriptionstatic intIdentifierParser.parseMember(IdentifierParser.Builder builder, String string, int i) static voidIdentifierParser.parseMemberList(IdentifierParser.Builder builder, String string) static intIdentifierParser.parseTuple(IdentifierParser.Builder builder, String string, int i) Parses a tuple, of the form '(member, member, ...)', and calls builder methods when finding a segment, member or tuple.static voidIdentifierParser.parseTupleList(IdentifierParser.Builder builder, String string) Parses a list of tuples (or a list of members).