org.tranql.ejb.parser
Interface EJBQLTokenTypes

All Known Implementing Classes:
EJBQL21Compiler, EJBQL21Parser, EJBQLLexer

public interface EJBQLTokenTypes


Field Summary
static int ABS
           
static int ABSTRACT_SCHEMA_NAME
           
static int AND
           
static int AS
           
static int ASC
           
static int AVG
           
static int BETWEEN
           
static int BY
           
static int COLLECTION_MEMBER
           
static int COMMA
           
static int CONCAT
           
static int COUNT
           
static int DESC
           
static int DIGIT
           
static int DISTINCT
           
static int DIV
           
static int DOT
           
static int EJBQL
           
static int EMPTY
           
static int EOF
           
static int EQ
           
static int ESCAPE
           
static int EXPLICIT_BRACKETING
           
static int EXPONENT
           
static int FALSE
           
static int FLOAT_LITERAL
           
static int FLOAT_SUFFIX
           
static int FROM
           
static int GE
           
static int GT
           
static int HEX_DIGIT
           
static int IDENTIFIER
           
static int IN
           
static int INPUT_PARAM
           
static int INTEGER_LITERAL
           
static int INTEGER_SUFFIX
           
static int IS
           
static int LE
           
static int LENGTH
           
static int LIKE
           
static int LOCATE
           
static int LPAREN
           
static int LT
           
static int MAX
           
static int MEMBER
           
static int MIN
           
static int MINUS
           
static int MOD
           
static int MULT
           
static int NE
           
static int NOT
           
static int NULL
           
static int NULL_TREE_LOOKAHEAD
           
static int OBJECT
           
static int OCTAL_DIGIT
           
static int OF
           
static int OR
           
static int ORDER
           
static int PATH
           
static int PLUS
           
static int QUESTION
           
static int RANGE_VARIABLE
           
static int RPAREN
           
static int SELECT
           
static int SQRT
           
static int STRING_LITERAL
           
static int SUBSTRING
           
static int SUM
           
static int TRUE
           
static int UNARY_MINUS
           
static int UNARY_PLUS
           
static int UNKNOWN
           
static int WHERE
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

EJBQL

static final int EJBQL
See Also:
Constant Field Values

RANGE_VARIABLE

static final int RANGE_VARIABLE
See Also:
Constant Field Values

COLLECTION_MEMBER

static final int COLLECTION_MEMBER
See Also:
Constant Field Values

ABSTRACT_SCHEMA_NAME

static final int ABSTRACT_SCHEMA_NAME
See Also:
Constant Field Values

PATH

static final int PATH
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

IN

static final int IN
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

AS

static final int AS
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

SELECT

static final int SELECT
See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
See Also:
Constant Field Values

OBJECT

static final int OBJECT
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

SUM

static final int SUM
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values

ORDER

static final int ORDER
See Also:
Constant Field Values

BY

static final int BY
See Also:
Constant Field Values

ASC

static final int ASC
See Also:
Constant Field Values

DESC

static final int DESC
See Also:
Constant Field Values

WHERE

static final int WHERE
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

NOT

static final int NOT
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

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

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

MULT

static final int MULT
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

BETWEEN

static final int BETWEEN
See Also:
Constant Field Values

INPUT_PARAM

static final int INPUT_PARAM
See Also:
Constant Field Values

LIKE

static final int LIKE
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

IS

static final int IS
See Also:
Constant Field Values

EMPTY

static final int EMPTY
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

MEMBER

static final int MEMBER
See Also:
Constant Field Values

OF

static final int OF
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

CONCAT

static final int CONCAT
See Also:
Constant Field Values

SUBSTRING

static final int SUBSTRING
See Also:
Constant Field Values

LENGTH

static final int LENGTH
See Also:
Constant Field Values

LOCATE

static final int LOCATE
See Also:
Constant Field Values

ABS

static final int ABS
See Also:
Constant Field Values

SQRT

static final int SQRT
See Also:
Constant Field Values

MOD

static final int MOD
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

FLOAT_LITERAL

static final int FLOAT_LITERAL
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

EXPLICIT_BRACKETING

static final int EXPLICIT_BRACKETING
See Also:
Constant Field Values

UNARY_PLUS

static final int UNARY_PLUS
See Also:
Constant Field Values

UNARY_MINUS

static final int UNARY_MINUS
See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

QUESTION

static final int QUESTION
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

OCTAL_DIGIT

static final int OCTAL_DIGIT
See Also:
Constant Field Values

HEX_DIGIT

static final int HEX_DIGIT
See Also:
Constant Field Values

INTEGER_SUFFIX

static final int INTEGER_SUFFIX
See Also:
Constant Field Values

FLOAT_SUFFIX

static final int FLOAT_SUFFIX
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values


Copyright © -2010 The Codehaus. All Rights Reserved.