org.relique.jdbc.csv
Interface ExpressionParserConstants

All Known Implementing Classes:
ExpressionParser, ExpressionParserTokenManager

public interface ExpressionParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ABS
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int AS
          RegularExpression Id.
static int ASC
          RegularExpression Id.
static int ASTERISK
          RegularExpression Id.
static int AVG
          RegularExpression Id.
static int BETWEEN
          RegularExpression Id.
static int BY
          RegularExpression Id.
static int CASE
          RegularExpression Id.
static int CLOSEPARENTHESIS
          RegularExpression Id.
static int COALESCE
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CONCAT
          RegularExpression Id.
static int COUNT
          RegularExpression Id.
static int CROSS
          RegularExpression Id.
static int CURRENT_DATE
          RegularExpression Id.
static int CURRENT_TIME
          RegularExpression Id.
static int DAYOFMONTH
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DERIVEDTABLEOPENPARENTHESIS
          RegularExpression Id.
static int DESC
          RegularExpression Id.
static int DIGITS
          RegularExpression Id.
static int DISTINCT
          RegularExpression Id.
static int DIVIDE
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int END
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int ESCAPE
          RegularExpression Id.
static int EXISTS
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int FULL
          RegularExpression Id.
static int GREATERTHAN
          RegularExpression Id.
static int GREATERTHANEQUALS
          RegularExpression Id.
static int GROUP
          RegularExpression Id.
static int HAVING
          RegularExpression Id.
static int HOUROFDAY
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int IN_C_COMMENT
          Lexical state.
static int IN_TABLE
          Lexical state.
static int INNER
          RegularExpression Id.
static int IS
          RegularExpression Id.
static int JOIN
          RegularExpression Id.
static int LEFT
          RegularExpression Id.
static int LENGTH
          RegularExpression Id.
static int LESSTHAN
          RegularExpression Id.
static int LESSTHANEQUALS
          RegularExpression Id.
static int LIKE
          RegularExpression Id.
static int LIMIT
          RegularExpression Id.
static int LOWER
          RegularExpression Id.
static int LTRIM
          RegularExpression Id.
static int MAX
          RegularExpression Id.
static int MIN
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MINUTE
          RegularExpression Id.
static int MODULO
          RegularExpression Id.
static int MONTH
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NAMEASTERISK
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NOTEQUALS
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int NULLIF
          RegularExpression Id.
static int OFFSET
          RegularExpression Id.
static int ON
          RegularExpression Id.
static int OPENPARENTHESIS
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int ORDER
          RegularExpression Id.
static int OUTER
          RegularExpression Id.
static int PLACEHOLDER
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int QUOTEDTABLENAME
          RegularExpression Id.
static int RIGHT
          RegularExpression Id.
static int ROUND
          RegularExpression Id.
static int RTRIM
          RegularExpression Id.
static int SECOND
          RegularExpression Id.
static int SELECT
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLELINECOMMENT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRING_AGG
          RegularExpression Id.
static int SUBSTRING
          RegularExpression Id.
static int SUM
          RegularExpression Id.
static int TABLENAME
          RegularExpression Id.
static int THEN
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRIM
          RegularExpression Id.
static int TYPESUFFIX
          RegularExpression Id.
static int UNEXPECTED_CHAR
          RegularExpression Id.
static int UNSIGNEDINT
          RegularExpression Id.
static int UNSIGNEDNUMBER
          RegularExpression Id.
static int UPPER
          RegularExpression Id.
static int WHEN
          RegularExpression Id.
static int WHERE
          RegularExpression Id.
static int YEAR
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLELINECOMMENT

static final int SINGLELINECOMMENT
RegularExpression Id.

See Also:
Constant Field Values

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

UNSIGNEDINT

static final int UNSIGNEDINT
RegularExpression Id.

See Also:
Constant Field Values

UNSIGNEDNUMBER

static final int UNSIGNEDNUMBER
RegularExpression Id.

See Also:
Constant Field Values

DIGITS

static final int DIGITS
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

TYPESUFFIX

static final int TYPESUFFIX
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

CURRENT_DATE

static final int CURRENT_DATE
RegularExpression Id.

See Also:
Constant Field Values

CURRENT_TIME

static final int CURRENT_TIME
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

IS

static final int IS
RegularExpression Id.

See Also:
Constant Field Values

AS

static final int AS
RegularExpression Id.

See Also:
Constant Field Values

LIKE

static final int LIKE
RegularExpression Id.

See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

BETWEEN

static final int BETWEEN
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

EXISTS

static final int EXISTS
RegularExpression Id.

See Also:
Constant Field Values

CASE

static final int CASE
RegularExpression Id.

See Also:
Constant Field Values

WHEN

static final int WHEN
RegularExpression Id.

See Also:
Constant Field Values

THEN

static final int THEN
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

END

static final int END
RegularExpression Id.

See Also:
Constant Field Values

PLACEHOLDER

static final int PLACEHOLDER
RegularExpression Id.

See Also:
Constant Field Values

ASC

static final int ASC
RegularExpression Id.

See Also:
Constant Field Values

DESC

static final int DESC
RegularExpression Id.

See Also:
Constant Field Values

DAYOFMONTH

static final int DAYOFMONTH
RegularExpression Id.

See Also:
Constant Field Values

MONTH

static final int MONTH
RegularExpression Id.

See Also:
Constant Field Values

YEAR

static final int YEAR
RegularExpression Id.

See Also:
Constant Field Values

HOUROFDAY

static final int HOUROFDAY
RegularExpression Id.

See Also:
Constant Field Values

MINUTE

static final int MINUTE
RegularExpression Id.

See Also:
Constant Field Values

SECOND

static final int SECOND
RegularExpression Id.

See Also:
Constant Field Values

LOWER

static final int LOWER
RegularExpression Id.

See Also:
Constant Field Values

ROUND

static final int ROUND
RegularExpression Id.

See Also:
Constant Field Values

UPPER

static final int UPPER
RegularExpression Id.

See Also:
Constant Field Values

TRIM

static final int TRIM
RegularExpression Id.

See Also:
Constant Field Values

LTRIM

static final int LTRIM
RegularExpression Id.

See Also:
Constant Field Values

RTRIM

static final int RTRIM
RegularExpression Id.

See Also:
Constant Field Values

SUBSTRING

static final int SUBSTRING
RegularExpression Id.

See Also:
Constant Field Values

LENGTH

static final int LENGTH
RegularExpression Id.

See Also:
Constant Field Values

NULLIF

static final int NULLIF
RegularExpression Id.

See Also:
Constant Field Values

ABS

static final int ABS
RegularExpression Id.

See Also:
Constant Field Values

COALESCE

static final int COALESCE
RegularExpression Id.

See Also:
Constant Field Values

COUNT

static final int COUNT
RegularExpression Id.

See Also:
Constant Field Values

MAX

static final int MAX
RegularExpression Id.

See Also:
Constant Field Values

MIN

static final int MIN
RegularExpression Id.

See Also:
Constant Field Values

SUM

static final int SUM
RegularExpression Id.

See Also:
Constant Field Values

AVG

static final int AVG
RegularExpression Id.

See Also:
Constant Field Values

STRING_AGG

static final int STRING_AGG
RegularExpression Id.

See Also:
Constant Field Values

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

LEFT

static final int LEFT
RegularExpression Id.

See Also:
Constant Field Values

RIGHT

static final int RIGHT
RegularExpression Id.

See Also:
Constant Field Values

FULL

static final int FULL
RegularExpression Id.

See Also:
Constant Field Values

INNER

static final int INNER
RegularExpression Id.

See Also:
Constant Field Values

OUTER

static final int OUTER
RegularExpression Id.

See Also:
Constant Field Values

JOIN

static final int JOIN
RegularExpression Id.

See Also:
Constant Field Values

ON

static final int ON
RegularExpression Id.

See Also:
Constant Field Values

CROSS

static final int CROSS
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

GROUP

static final int GROUP
RegularExpression Id.

See Also:
Constant Field Values

ORDER

static final int ORDER
RegularExpression Id.

See Also:
Constant Field Values

BY

static final int BY
RegularExpression Id.

See Also:
Constant Field Values

HAVING

static final int HAVING
RegularExpression Id.

See Also:
Constant Field Values

LIMIT

static final int LIMIT
RegularExpression Id.

See Also:
Constant Field Values

OFFSET

static final int OFFSET
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

GREATERTHAN

static final int GREATERTHAN
RegularExpression Id.

See Also:
Constant Field Values

LESSTHAN

static final int LESSTHAN
RegularExpression Id.

See Also:
Constant Field Values

GREATERTHANEQUALS

static final int GREATERTHANEQUALS
RegularExpression Id.

See Also:
Constant Field Values

LESSTHANEQUALS

static final int LESSTHANEQUALS
RegularExpression Id.

See Also:
Constant Field Values

NOTEQUALS

static final int NOTEQUALS
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

ASTERISK

static final int ASTERISK
RegularExpression Id.

See Also:
Constant Field Values

NAMEASTERISK

static final int NAMEASTERISK
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
RegularExpression Id.

See Also:
Constant Field Values

MODULO

static final int MODULO
RegularExpression Id.

See Also:
Constant Field Values

CONCAT

static final int CONCAT
RegularExpression Id.

See Also:
Constant Field Values

OPENPARENTHESIS

static final int OPENPARENTHESIS
RegularExpression Id.

See Also:
Constant Field Values

CLOSEPARENTHESIS

static final int CLOSEPARENTHESIS
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

TABLENAME

static final int TABLENAME
RegularExpression Id.

See Also:
Constant Field Values

QUOTEDTABLENAME

static final int QUOTEDTABLENAME
RegularExpression Id.

See Also:
Constant Field Values

DERIVEDTABLEOPENPARENTHESIS

static final int DERIVEDTABLEOPENPARENTHESIS
RegularExpression Id.

See Also:
Constant Field Values

UNEXPECTED_CHAR

static final int UNEXPECTED_CHAR
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_C_COMMENT

static final int IN_C_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_TABLE

static final int IN_TABLE
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2016. All rights reserved.