Class KeywordConstants
Represents all keyword constants which are used as names.
Inheritance
Inherited Members
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class KeywordConstants
Constructors
KeywordConstants()
Declaration
public KeywordConstants()
Fields
ASTERISK
The keyword constant for asterisk.
Declaration
public const char ASTERISK = '*'
Field Value
Type |
---|
System.Char |
AXIS0
The keyword constant for axis 0.
Declaration
public const string AXIS0 = "AXIS(0)"
Field Value
Type |
---|
System.String |
AXIS1
The keyword constant for axis 1.
Declaration
public const string AXIS1 = "AXIS(1)"
Field Value
Type |
---|
System.String |
Cell
The keyword constant for cell.
Declaration
public const string Cell = "CELL"
Field Value
Type |
---|
System.String |
CELL_PROPERTIES
The keyword constant for cell properties.
Declaration
public const string CELL_PROPERTIES = "CELL PROPERTIES"
Field Value
Type |
---|
System.String |
Columns
The keyword constant for columns.
Declaration
public const string Columns = "COLUMNS"
Field Value
Type |
---|
System.String |
ColumnsNum
The keyword constant for columns' number.
Declaration
public const string ColumnsNum = "0"
Field Value
Type |
---|
System.String |
COMMA
The keyword constant for comma.
Declaration
public const char COMMA = ','
Field Value
Type |
---|
System.Char |
CrossJoin
The keyword constant for cross join.
Declaration
public const string CrossJoin = "CROSSJOIN"
Field Value
Type |
---|
System.String |
DESCENDANTS
The keyword constant for descendants.
Declaration
public const string DESCENDANTS = "DESCENDANTS"
Field Value
Type |
---|
System.String |
Dimension
The keyword constant for dimension.
Declaration
public const string Dimension = "DIMENSION"
Field Value
Type |
---|
System.String |
DIMENSION_EXP
The keyword constant for dimension expression.
Declaration
public const string DIMENSION_EXP = "(\\[[A-Z0-9 ]*\\]\\.*)+"
Field Value
Type |
---|
System.String |
DIMENSION_PROPERTIES
The keyword constant for dimension properties.
Declaration
public const string DIMENSION_PROPERTIES = "DIMENSION PROPERTIES"
Field Value
Type |
---|
System.String |
DimensionS
The keyword constant for dimensions.
Declaration
public const string DimensionS = "DIMENSIONS"
Field Value
Type |
---|
System.String |
DOT
The keyword constant for dot.
Declaration
public const char DOT = '.'
Field Value
Type |
---|
System.Char |
DrillDownLevel
The keyword constant for drill down level.
Declaration
public const string DrillDownLevel = "DRILLDOWNLEVEL"
Field Value
Type |
---|
System.String |
DrillDownMember
The keyword constant for drill down member.
Declaration
public const string DrillDownMember = "DRILLDOWNMEMBER"
Field Value
Type |
---|
System.String |
Empty
The keyword constant for empty.
Declaration
public const string Empty = "EMPTY"
Field Value
Type |
---|
System.String |
Except
The keyword constant for except.
Declaration
public const string Except = "EXCEPT"
Field Value
Type |
---|
System.String |
Filter
The keyword constant for filter.
Declaration
public const string Filter = "FILTER"
Field Value
Type |
---|
System.String |
FILTER_EXP
The keyword constant for filter expression.
Declaration
public const string FILTER_EXP = "[>=|<=|!=|<>]"
Field Value
Type |
---|
System.String |
FormatString
The keyword constant for format string.
Declaration
public const string FormatString = "FORMAT_STRING"
Field Value
Type |
---|
System.String |
FormattedValue
The keyword constant for formatted value.
Declaration
public const string FormattedValue = "FORMATTED_VALUE"
Field Value
Type |
---|
System.String |
From
The keyword constant for from.
Declaration
public const string From = "FROM"
Field Value
Type |
---|
System.String |
Hierarchize
The keyword constant for hierarchize.
Declaration
public const string Hierarchize = "HIERARCHIZE"
Field Value
Type |
---|
System.String |
INTERSECT
The keyword constant for intersect.
Declaration
public const string INTERSECT = "INTERSECT"
Field Value
Type |
---|
System.String |
LBRACE
The keyword constant for left brace.
Declaration
public const char LBRACE = '{'
Field Value
Type |
---|
System.Char |
LPAREN
The keyword constant for left parenthesis.
Declaration
public const char LPAREN = '('
Field Value
Type |
---|
System.Char |
Measures
The keyword constant for measures.
Declaration
public const string Measures = "MEASURES"
Field Value
Type |
---|
System.String |
MEASURES_EXP
The keyword constant for measures expression.
Declaration
public const string MEASURES_EXP = "\\[MEASURES\\]\\.\\[[A-Z0-9 ]*\\]"
Field Value
Type |
---|
System.String |
MEMBER
The keyword constant for member.
Declaration
public const string MEMBER = "MEMBER "
Field Value
Type |
---|
System.String |
Members
The keyword constant for members.
Declaration
public const string Members = "MEMBERS"
Field Value
Type |
---|
System.String |
MemberType
The keyword constant for member type.
Declaration
public const string MemberType = "MEMBER_TYPE"
Field Value
Type |
---|
System.String |
NamedSet
The keyword constant for named set.
Declaration
public const string NamedSet = "NAMEDSET"
Field Value
Type |
---|
System.String |
Non
The keyword constant for non.
Declaration
public const string Non = "NON"
Field Value
Type |
---|
System.String |
NON_EMPTY
The keyword constant for non empty.
Declaration
public const string NON_EMPTY = "NON EMPTY"
Field Value
Type |
---|
System.String |
NONEMPTY
The keyword constant for nonempty.
Declaration
public const string NONEMPTY = "NONEMPTY"
Field Value
Type |
---|
System.String |
NONEMPTYCROSSJOIN
The keyword constant for non empty cross join.
Declaration
public const string NONEMPTYCROSSJOIN = "NONEMPTYCROSSJOIN"
Field Value
Type |
---|
System.String |
On
The keyword constant for on.
Declaration
public const string On = "ON"
Field Value
Type |
---|
System.String |
Order
The keyword constant for order.
Declaration
public const string Order = "ORDER"
Field Value
Type |
---|
System.String |
Parentheses
The keyword constant for parentheses.
Declaration
public const string Parentheses = "PARAM"
Field Value
Type |
---|
System.String |
ParentUniqueName
The keyword constant for parent unique name.
Declaration
public const string ParentUniqueName = "PARENT_UNIQUE_NAME"
Field Value
Type |
---|
System.String |
Properties
The keyword constant for properties.
Declaration
public const string Properties = "PROPERTIES"
Field Value
Type |
---|
System.String |
QUOTED_ID
The keyword constant for quoted id.
Declaration
public const string QUOTED_ID = "^[[][\\w+]"
Field Value
Type |
---|
System.String |
RANGE_IDENTIFIER
The keyword constant for range identifier.
Declaration
public const char RANGE_IDENTIFIER = ':'
Field Value
Type |
---|
System.Char |
RBRACE
The keyword constant for right brace.
Declaration
public const char RBRACE = '}'
Field Value
Type |
---|
System.Char |
Rows
The keyword constant for rows.
Declaration
public const string Rows = "ROWS"
Field Value
Type |
---|
System.String |
RowsNum
The keyword constant for rows number.
Declaration
public const string RowsNum = "1"
Field Value
Type |
---|
System.String |
RPAREN
The keyword constant for right parenthesis.
Declaration
public const char RPAREN = ')'
Field Value
Type |
---|
System.Char |
SBracket
The keyword constant for bracket.
Declaration
public const string SBracket = "SBRACKET"
Field Value
Type |
---|
System.String |
Select
The keyword constant for select.
Declaration
public const string Select = "SELECT"
Field Value
Type |
---|
System.String |
SUBSET
The keyword constant for subset.
Declaration
public const string SUBSET = "SUBSET"
Field Value
Type |
---|
System.String |
TopCount
The keyword constant for top count.
Declaration
public const string TopCount = "TOPCOUNT"
Field Value
Type |
---|
System.String |
UNION
The keyword constant for union.
Declaration
public const string UNION = "UNION"
Field Value
Type |
---|
System.String |
Value
The keyword constant for value.
Declaration
public const string Value = "VALUE"
Field Value
Type |
---|
System.String |
VISUALTOTALS
The keyword constant for visual totals.
Declaration
public const string VISUALTOTALS = "VISUALTOTALS"
Field Value
Type |
---|
System.String |
Where
The keyword constant for where.
Declaration
public const string Where = "WHERE"
Field Value
Type |
---|
System.String |
With
The keyword constant for with.
Declaration
public const string With = "WITH"
Field Value
Type |
---|
System.String |
WS
The keyword constant for space.
Declaration
public const string WS = " "
Field Value
Type |
---|
System.String |