flex.messaging.services.messaging.selector
Interface SQLParserConstants

All Known Implementing Classes:
SQLParser, SQLParserTokenManager

public interface SQLParserConstants


Field Summary
static int AND
           
static int ASTERISK
           
static int BETWEEN
           
static int BOOLEAN_LITERAL
           
static int CLOSEPAREN
           
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int EQUAL
           
static int ESCAPE
           
static int EXPONENT
           
static int FLOATING_POINT_LITERAL
           
static int GREATER
           
static int GREATEREQUAL
           
static int ID
           
static int IN
           
static int INTEGER_LITERAL
           
static int IS
           
static int LESS
           
static int LESSEQUAL
           
static int LETTER
           
static int LIKE
           
static int MINUS
           
static int NOT
           
static int NOTEQUAL
           
static int NULL
           
static int OPENPAREN
           
static int OR
           
static int PLUS
           
static int QUESTIONMARK
           
static int SLASH
           
static int STRING_LITERAL
           
static String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

BETWEEN

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

LIKE

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

OR

static final int OR
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

INTEGER_LITERAL

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

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

BOOLEAN_LITERAL

static final int BOOLEAN_LITERAL
See Also:
Constant Field Values

ID

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

LESS

static final int LESS
See Also:
Constant Field Values

LESSEQUAL

static final int LESSEQUAL
See Also:
Constant Field Values

GREATER

static final int GREATER
See Also:
Constant Field Values

GREATEREQUAL

static final int GREATEREQUAL
See Also:
Constant Field Values

EQUAL

static final int EQUAL
See Also:
Constant Field Values

NOTEQUAL

static final int NOTEQUAL
See Also:
Constant Field Values

OPENPAREN

static final int OPENPAREN
See Also:
Constant Field Values

CLOSEPAREN

static final int CLOSEPAREN
See Also:
Constant Field Values

ASTERISK

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

QUESTIONMARK

static final int QUESTIONMARK
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/messaging/selector/SQLParserConstants.html