Table of Contents

Class SourceTokenNameConstant

Namespace
gudusoft.gsqlparser.pp.utils
Assembly
gudusoft.gsqlparser.dll
public class SourceTokenNameConstant
Inheritance
SourceTokenNameConstant
Inherited Members

Fields

ALL

public const string ALL = "all"

Field Value

string

AND

public const string AND = "and"

Field Value

string

AS

the as keyword

public const string AS = "as"

Field Value

string

BEGIN

public const string BEGIN = "begin"

Field Value

string

BEGIN_NO_FORMAT

public const string BEGIN_NO_FORMAT = "--begin_no_format"

Field Value

string

BY

public const string BY = "by"

Field Value

string

CASE

public const string CASE = "case"

Field Value

string

COMMENT

public const string COMMENT = "comment"

Field Value

string

DECLARE

public const string DECLARE = "declare"

Field Value

string

DELETE

public const string DELETE = "delete"

Field Value

string

DISTINCT

the distinct keyword

public const string DISTINCT = "distinct"

Field Value

string

ELSE

public const string ELSE = "else"

Field Value

string

ELSIF

public const string ELSIF = "elsif"

Field Value

string

END

public const string END = "end"

Field Value

string

END_NO_FORMAT

public const string END_NO_FORMAT = "--end_no_format"

Field Value

string

FIRST

public const string FIRST = "first"

Field Value

string

FROM

the from keyword

public const string FROM = "from"

Field Value

string

GROUP

public const string GROUP = "group"

Field Value

string

HAVING

public const string HAVING = "having"

Field Value

string

INSERT

public const string INSERT = "insert"

Field Value

string

INTO

public const string INTO = "into"

Field Value

string

IS

public const string IS = "is"

Field Value

string

JOIN

the 'join' keyword

public const string JOIN = "join"

Field Value

string

LEFT_BE

public const string LEFT_BE = "("

Field Value

string

ON

on keyword

public const string ON = "on"

Field Value

string

OR

public const string OR = "or"

Field Value

string

ORDER

public const string ORDER = "order"

Field Value

string

OVERWRITE

public const string OVERWRITE = "overwrite"

Field Value

string

RETURNS

public const string RETURNS = "returns"

Field Value

string

RIGHT_BE

public const string RIGHT_BE = ")"

Field Value

string

SELECT

public const string SELECT = "select"

Field Value

string

SET

public const string SET = "set"

Field Value

string

THEN

public const string THEN = "then"

Field Value

string

UNION

public const string UNION = "union"

Field Value

string

UPDATE

public const string UPDATE = "update"

Field Value

string

VALUES

public const string VALUES = "values"

Field Value

string

WHEN

public const string WHEN = "when"

Field Value

string

WHERE

public const string WHERE = "where"

Field Value

string

WITH

public const string WITH = "with"

Field Value

string