Uses of Class
gudusoft.gsqlparser.nodes.mdx.EMdxQuoting

Packages that use EMdxQuoting
gudusoft.gsqlparser.nodes.mdx   
 

Uses of EMdxQuoting in gudusoft.gsqlparser.nodes.mdx
 

Methods in gudusoft.gsqlparser.nodes.mdx that return EMdxQuoting
 EMdxQuoting IMdxIdentifierSegment.getQuoting()
          Returns how this Segment is quoted.
 EMdxQuoting TMdxKeySegment.getQuoting()
           
 EMdxQuoting TMdxNameSegment.getQuoting()
           
static EMdxQuoting EMdxQuoting.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EMdxQuoting[] EMdxQuoting.values()
          Returns an array containing the constants of this enum type, in the order they're declared.