org.ow2.jonas.deployment.ejb.ejbql
Interface EJBQLConstants

All Known Implementing Classes:
EJBQL, EJBQLTokenManager

public interface EJBQLConstants


Field Summary
static int ABS
           
static int AND
           
static int AS
           
static int ASC
           
static int AVG
           
static int BETWEEN
           
static int COMMA
           
static int CONCAT
           
static int COUNT
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DESC
           
static int DIGIT
           
static int DISTINCT
           
static int DIV
           
static int DOT
           
static int EMPTY
           
static int EOF
           
static int EQ
           
static int ESCAPE
           
static int EXPONENT
           
static int FALSE
           
static int FLOATING_POINT_LITERAL
           
static int FROM
           
static int GE
           
static int GT
           
static int HEX_LITERAL
           
static int IDENTIFIER
           
static int IN
           
static int input_parameter
           
static int INTEGER_LITERAL
           
static int IS
           
static int LE
           
static int LENGTH
           
static int LETTER
           
static int LIKE
           
static int LIMIT
           
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 OBJECT
           
static int OCTAL_LITERAL
           
static int OF
           
static int OR
           
static int ORDERBY
           
static int PLUS
           
static int RPAREN
           
static int SELECT
           
static int SQRT
           
static int string_literal
           
static int SUBSTRING
           
static int SUM
           
static String[] tokenImage
           
static int TRUE
           
static int WHERE
           
 

Field Detail

EOF

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

GE

static final int GE
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

NE

static final int NE
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

ABS

static final int ABS
See Also:
Constant Field Values

AND

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

AVG

static final int AVG
See Also:
Constant Field Values

BETWEEN

static final int BETWEEN
See Also:
Constant Field Values

CONCAT

static final int CONCAT
See Also:
Constant Field Values

COUNT

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

EMPTY

static final int EMPTY
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

IN

static final int IN
See Also:
Constant Field Values

IS

static final int IS
See Also:
Constant Field Values

LENGTH

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

LOCATE

static final int LOCATE
See Also:
Constant Field Values

MAX

static final int MAX
See Also:
Constant Field Values

MEMBER

static final int MEMBER
See Also:
Constant Field Values

MIN

static final int MIN
See Also:
Constant Field Values

MOD

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

OBJECT

static final int OBJECT
See Also:
Constant Field Values

OF

static final int OF
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

ORDERBY

static final int ORDERBY
See Also:
Constant Field Values

SELECT

static final int SELECT
See Also:
Constant Field Values

SQRT

static final int SQRT
See Also:
Constant Field Values

SUBSTRING

static final int SUBSTRING
See Also:
Constant Field Values

SUM

static final int SUM
See Also:
Constant Field Values

WHERE

static final int WHERE
See Also:
Constant Field Values

string_literal

static final int string_literal
See Also:
Constant Field Values

input_parameter

static final int input_parameter
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

IDENTIFIER

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

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage


Copyright © 2010 OW2 Consortium. All Rights Reserved.