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
AND
public const string AND = "and"
Field Value
AS
the as keyword
public const string AS = "as"
Field Value
BEGIN
public const string BEGIN = "begin"
Field Value
BEGIN_NO_FORMAT
public const string BEGIN_NO_FORMAT = "--begin_no_format"
Field Value
BY
public const string BY = "by"
Field Value
CASE
public const string CASE = "case"
Field Value
COMMENT
public const string COMMENT = "comment"
Field Value
DECLARE
public const string DECLARE = "declare"
Field Value
DELETE
public const string DELETE = "delete"
Field Value
DISTINCT
the distinct keyword
public const string DISTINCT = "distinct"
Field Value
ELSE
public const string ELSE = "else"
Field Value
ELSIF
public const string ELSIF = "elsif"
Field Value
END
public const string END = "end"
Field Value
END_NO_FORMAT
public const string END_NO_FORMAT = "--end_no_format"
Field Value
FIRST
public const string FIRST = "first"
Field Value
FROM
the from keyword
public const string FROM = "from"
Field Value
GROUP
public const string GROUP = "group"
Field Value
HAVING
public const string HAVING = "having"
Field Value
INSERT
public const string INSERT = "insert"
Field Value
INTO
public const string INTO = "into"
Field Value
IS
public const string IS = "is"
Field Value
JOIN
the 'join' keyword
public const string JOIN = "join"
Field Value
LEFT_BE
public const string LEFT_BE = "("
Field Value
ON
on keyword
public const string ON = "on"
Field Value
OR
public const string OR = "or"
Field Value
ORDER
public const string ORDER = "order"
Field Value
OVERWRITE
public const string OVERWRITE = "overwrite"
Field Value
RETURNS
public const string RETURNS = "returns"
Field Value
RIGHT_BE
public const string RIGHT_BE = ")"
Field Value
SELECT
public const string SELECT = "select"
Field Value
SET
public const string SET = "set"
Field Value
THEN
public const string THEN = "then"
Field Value
UNION
public const string UNION = "union"
Field Value
UPDATE
public const string UPDATE = "update"
Field Value
VALUES
public const string VALUES = "values"
Field Value
WHEN
public const string WHEN = "when"
Field Value
WHERE
public const string WHERE = "where"
Field Value
WITH
public const string WITH = "with"