Uses of Class
mondrian.olap.Id.Quoting
-
Packages that use Id.Quoting Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries. -
-
Uses of Id.Quoting in mondrian.olap
Fields in mondrian.olap declared as Id.Quoting Modifier and Type Field Description Id.Quoting
Id.Segment. quoting
Methods in mondrian.olap that return Id.Quoting Modifier and Type Method Description Id.Quoting
Id.Segment. getQuoting()
static Id.Quoting
Id.Quoting. valueOf(String name)
Returns the enum constant of this type with the specified name.static Id.Quoting[]
Id.Quoting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.olap with parameters of type Id.Quoting Modifier and Type Method Description static org.olap4j.mdx.Quoting
Util. toOlap4j(Id.Quoting quoting)
Constructors in mondrian.olap with parameters of type Id.Quoting Constructor Description NameSegment(String name, Id.Quoting quoting)
Creates a name segment with the given quoting.Segment(Id.Quoting quoting)
-