com.metamatrix.query.parser
Interface SQLParserConstants

All Known Implementing Classes:
SQLParser, SQLParserTokenManager

public interface SQLParserConstants


Field Summary
static int ALL
           
static int ALL_IN_GROUP
           
static int AND
           
static int ANY
           
static int AS
           
static int ASC
           
static int AVG
           
static int BEGIN
           
static int BETWEEN
           
static int BIGDECIMAL
           
static int BIGINTEGER
           
static int BLOB
           
static int BOOLEAN
           
static int BOOLEANTYPE
           
static int BREAK
           
static int BY
           
static int BYTE
           
static int CASE
           
static int CAST
           
static int CHAR
           
static int CLOB
           
static int COLON
           
static int COMMA
           
static int CONCAT_OP
           
static int CONTINUE
           
static int CONVERT
           
static int COUNT
           
static int CREATE
           
static int CRITERIA
           
static int CROSS
           
static int DATE
           
static int DATETYPE
           
static int DEBUG
           
static int DECLARE
           
static int DEFAULT
           
static int DELETE
           
static int DESC
           
static int DIGIT
           
static int DISTINCT
           
static int DOLLAR
           
static int DOTTED_ID
           
static int DOUBLE
           
static int DROP
           
static int ELEMENT
           
static int ELSE
           
static int END
           
static int EOF
           
static int EQ
           
static int ERROR
           
static int ESCAPE
           
static int EXCEPT
           
static int EXEC
           
static int EXECUTE
           
static int EXISTS
           
static int FALSE
           
static int FLOAT
           
static int FLOATVAL
           
static int FN
           
static int FOR
           
static int FROM
           
static int FULL
           
static int GE
           
static int GROUP
           
static int GROUP_PART
           
static int GT
           
static int HAS
           
static int HAVING
           
static int ID
           
static int ID_CHAR
           
static int ID_PART
           
static int IF
           
static int IN
           
static int IN_MULTI_LINE_COMMENT
           
static int INNER
           
static int INSERT
           
static int INTEGER
           
static int INTEGERVAL
           
static int INTERSECT
           
static int INTO
           
static int IS
           
static int JOIN
           
static int LBRACE
           
static int LE
           
static int LEFT
           
static int LETTER
           
static int LIKE
           
static int LIMIT
           
static int LOCAL
           
static int LONG
           
static int LOOP
           
static int LPAREN
           
static int LT
           
static int MAKEDEP
           
static int MAKENOTDEP
           
static int MAX
           
static int MIN
           
static int MINUS
           
static int MMUUID
           
static int MMUUID_CHAR
           
static int MMUUID_PART
           
static int MULTI_LINE_COMMENT
           
static int NE
           
static int NE2
           
static int NOCACHE
           
static int NOT
           
static int NULL
           
static int OBJECT
           
static int OJ
           
static int ON
           
static int OPTION
           
static int OR
           
static int ORDER
           
static int OUTER
           
static int PERIOD
           
static int PLANONLY
           
static int PLUS
           
static int PROCEDURE
           
static int QMARK
           
static int QUOTED_ID
           
static int RBRACE
           
static int RIGHT
           
static int RPAREN
           
static int SELECT
           
static int SEMICOLON
           
static int SET
           
static int SHORT
           
static int SHOWPLAN
           
static int SLASH
           
static int SOME
           
static int SQL_TSI_DAY
           
static int SQL_TSI_FRAC_SECOND
           
static int SQL_TSI_HOUR
           
static int SQL_TSI_MINUTE
           
static int SQL_TSI_MONTH
           
static int SQL_TSI_QUARTER
           
static int SQL_TSI_SECOND
           
static int SQL_TSI_WEEK
           
static int SQL_TSI_YEAR
           
static int STAR
           
static int STRING
           
static int STRINGA
           
static int STRINGB
           
static int STRINGVAL
           
static int SUM
           
static int TABLE
           
static int TEMPORARY
           
static int THEN
           
static int TIME
           
static int TIMESTAMP
           
static int TIMESTAMPADD
           
static int TIMESTAMPDIFF
           
static int TIMESTAMPTYPE
           
static int TIMETYPE
           
static java.lang.String[] tokenImage
           
static int TRANSLATE
           
static int TRUE
           
static int UNION
           
static int UNKNOWN
           
static int UPDATE
           
static int USING
           
static int VALUES
           
static int VARIABLE
           
static int VIRTUAL
           
static int WHEN
           
static int WHERE
           
static int WHILE
           
static int WITH
           
static int XML
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

BYTE

static final int BYTE
See Also:
Constant Field Values

SHORT

static final int SHORT
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

LONG

static final int LONG
See Also:
Constant Field Values

BIGINTEGER

static final int BIGINTEGER
See Also:
Constant Field Values

FLOAT

static final int FLOAT
See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
See Also:
Constant Field Values

BIGDECIMAL

static final int BIGDECIMAL
See Also:
Constant Field Values

DATE

static final int DATE
See Also:
Constant Field Values

TIME

static final int TIME
See Also:
Constant Field Values

TIMESTAMP

static final int TIMESTAMP
See Also:
Constant Field Values

OBJECT

static final int OBJECT
See Also:
Constant Field Values

BLOB

static final int BLOB
See Also:
Constant Field Values

CLOB

static final int CLOB
See Also:
Constant Field Values

XML

static final int XML
See Also:
Constant Field Values

CAST

static final int CAST
See Also:
Constant Field Values

CONVERT

static final int CONVERT
See Also:
Constant Field Values

TIMESTAMPADD

static final int TIMESTAMPADD
See Also:
Constant Field Values

TIMESTAMPDIFF

static final int TIMESTAMPDIFF
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values

SUM

static final int SUM
See Also:
Constant Field Values

AVG

static final int AVG
See Also:
Constant Field Values

MIN

static final int MIN
See Also:
Constant Field Values

MAX

static final int MAX
See Also:
Constant Field Values

ALL

static final int ALL
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

ANY

static final int ANY
See Also:
Constant Field Values

AS

static final int AS
See Also:
Constant Field Values

ASC

static final int ASC
See Also:
Constant Field Values

BEGIN

static final int BEGIN
See Also:
Constant Field Values

BETWEEN

static final int BETWEEN
See Also:
Constant Field Values

BREAK

static final int BREAK
See Also:
Constant Field Values

BY

static final int BY
See Also:
Constant Field Values

CASE

static final int CASE
See Also:
Constant Field Values

CONTINUE

static final int CONTINUE
See Also:
Constant Field Values

CREATE

static final int CREATE
See Also:
Constant Field Values

CRITERIA

static final int CRITERIA
See Also:
Constant Field Values

CROSS

static final int CROSS
See Also:
Constant Field Values

DEBUG

static final int DEBUG
See Also:
Constant Field Values

DECLARE

static final int DECLARE
See Also:
Constant Field Values

DELETE

static final int DELETE
See Also:
Constant Field Values

DESC

static final int DESC
See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
See Also:
Constant Field Values

DROP

static final int DROP
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

EXCEPT

static final int EXCEPT
See Also:
Constant Field Values

EXEC

static final int EXEC
See Also:
Constant Field Values

EXECUTE

static final int EXECUTE
See Also:
Constant Field Values

EXISTS

static final int EXISTS
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

FN

static final int FN
See Also:
Constant Field Values

FOR

static final int FOR
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

FULL

static final int FULL
See Also:
Constant Field Values

GROUP

static final int GROUP
See Also:
Constant Field Values

HAS

static final int HAS
See Also:
Constant Field Values

HAVING

static final int HAVING
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

IN

static final int IN
See Also:
Constant Field Values

INNER

static final int INNER
See Also:
Constant Field Values

INSERT

static final int INSERT
See Also:
Constant Field Values

INTERSECT

static final int INTERSECT
See Also:
Constant Field Values

INTO

static final int INTO
See Also:
Constant Field Values

IS

static final int IS
See Also:
Constant Field Values

JOIN

static final int JOIN
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

LIKE

static final int LIKE
See Also:
Constant Field Values

LIMIT

static final int LIMIT
See Also:
Constant Field Values

LOCAL

static final int LOCAL
See Also:
Constant Field Values

LOOP

static final int LOOP
See Also:
Constant Field Values

MAKEDEP

static final int MAKEDEP
See Also:
Constant Field Values

MAKENOTDEP

static final int MAKENOTDEP
See Also:
Constant Field Values

NOCACHE

static final int NOCACHE
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

ON

static final int ON
See Also:
Constant Field Values

OJ

static final int OJ
See Also:
Constant Field Values

OPTION

static final int OPTION
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

ORDER

static final int ORDER
See Also:
Constant Field Values

OUTER

static final int OUTER
See Also:
Constant Field Values

PLANONLY

static final int PLANONLY
See Also:
Constant Field Values

PROCEDURE

static final int PROCEDURE
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

SELECT

static final int SELECT
See Also:
Constant Field Values

SET

static final int SET
See Also:
Constant Field Values

SHOWPLAN

static final int SHOWPLAN
See Also:
Constant Field Values

SOME

static final int SOME
See Also:
Constant Field Values

TABLE

static final int TABLE
See Also:
Constant Field Values

TEMPORARY

static final int TEMPORARY
See Also:
Constant Field Values

THEN

static final int THEN
See Also:
Constant Field Values

TRANSLATE

static final int TRANSLATE
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

UNION

static final int UNION
See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

UPDATE

static final int UPDATE
See Also:
Constant Field Values

USING

static final int USING
See Also:
Constant Field Values

VALUES

static final int VALUES
See Also:
Constant Field Values

VIRTUAL

static final int VIRTUAL
See Also:
Constant Field Values

WHEN

static final int WHEN
See Also:
Constant Field Values

WHERE

static final int WHERE
See Also:
Constant Field Values

WITH

static final int WITH
See Also:
Constant Field Values

WHILE

static final int WHILE
See Also:
Constant Field Values

SQL_TSI_FRAC_SECOND

static final int SQL_TSI_FRAC_SECOND
See Also:
Constant Field Values

SQL_TSI_SECOND

static final int SQL_TSI_SECOND
See Also:
Constant Field Values

SQL_TSI_MINUTE

static final int SQL_TSI_MINUTE
See Also:
Constant Field Values

SQL_TSI_HOUR

static final int SQL_TSI_HOUR
See Also:
Constant Field Values

SQL_TSI_DAY

static final int SQL_TSI_DAY
See Also:
Constant Field Values

SQL_TSI_WEEK

static final int SQL_TSI_WEEK
See Also:
Constant Field Values

SQL_TSI_MONTH

static final int SQL_TSI_MONTH
See Also:
Constant Field Values

SQL_TSI_QUARTER

static final int SQL_TSI_QUARTER
See Also:
Constant Field Values

SQL_TSI_YEAR

static final int SQL_TSI_YEAR
See Also:
Constant Field Values

ALL_IN_GROUP

static final int ALL_IN_GROUP
See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

ELEMENT

static final int ELEMENT
See Also:
Constant Field Values

GROUP_PART

static final int GROUP_PART
See Also:
Constant Field Values

QUOTED_ID

static final int QUOTED_ID
See Also:
Constant Field Values

DOTTED_ID

static final int DOTTED_ID
See Also:
Constant Field Values

ID_PART

static final int ID_PART
See Also:
Constant Field Values

ID_CHAR

static final int ID_CHAR
See Also:
Constant Field Values

MMUUID

static final int MMUUID
See Also:
Constant Field Values

MMUUID_PART

static final int MMUUID_PART
See Also:
Constant Field Values

MMUUID_CHAR

static final int MMUUID_CHAR
See Also:
Constant Field Values

DATETYPE

static final int DATETYPE
See Also:
Constant Field Values

TIMETYPE

static final int TIMETYPE
See Also:
Constant Field Values

TIMESTAMPTYPE

static final int TIMESTAMPTYPE
See Also:
Constant Field Values

BOOLEANTYPE

static final int BOOLEANTYPE
See Also:
Constant Field Values

INTEGERVAL

static final int INTEGERVAL
See Also:
Constant Field Values

FLOATVAL

static final int FLOATVAL
See Also:
Constant Field Values

STRINGVAL

static final int STRINGVAL
See Also:
Constant Field Values

STRINGA

static final int STRINGA
See Also:
Constant Field Values

STRINGB

static final int STRINGB
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

PERIOD

static final int PERIOD
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

NE

static final int NE
See Also:
Constant Field Values

NE2

static final int NE2
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

GE

static final int GE
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

QMARK

static final int QMARK
See Also:
Constant Field Values

DOLLAR

static final int DOLLAR
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

CONCAT_OP

static final int CONCAT_OP
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage


Copyright © 2009. All Rights Reserved.