Documentation ¶
Index ¶
Constants ¶
View Source
const ( SkipType tokenizer.Type = "SKIP" AndCompositeType tokenizer.Type = ";" OrCompositeType tokenizer.Type = "," ContextStartType tokenizer.Type = "(" ContextEndType tokenizer.Type = ")" ValueCompareOperatorType tokenizer.Type = "VALUE_COMPARE_OPERATOR" QuotedStringValueCompareOperatorType tokenizer.Type = "QUOTED_STRING_VALUE_COMPARE_OPERATOR" NumericValueCompareOperatorType tokenizer.Type = "NUMERIC_VALUE_COMPARE_OPERATOR" ArrayCompareOperatorType tokenizer.Type = "ARRAY_COMPARE_OPERATOR" BoolLiteralType tokenizer.Type = "BOOL_LITERAL" QuotedStringLiteralType tokenizer.Type = "QUOTED_STRING_LITERAL" OidLiteralType tokenizer.Type = "OID_LITERAL" FieldNameType tokenizer.Type = "FIELD_NAME" NumberLiteralType tokenizer.Type = "NUMERIC_LITERAL" )
Types that are used in this parser.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.