com.sun.ebxml.registry.query.sql
Interface SQLParserConstants
- All Known Implementing Classes:
- SQLParser, SQLParserTokenManager
- public interface SQLParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
COMMENT_LINE
public static final int COMMENT_LINE
- See Also:
- Constant Field Values
COMMENT_BLOCK
public static final int COMMENT_BLOCK
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
ASC
public static final int ASC
- See Also:
- Constant Field Values
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
BY
public static final int BY
- See Also:
- Constant Field Values
DESC
public static final int DESC
- See Also:
- Constant Field Values
DISTINCT
public static final int DISTINCT
- See Also:
- Constant Field Values
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
FROM
public static final int FROM
- See Also:
- Constant Field Values
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
HAVING
public static final int HAVING
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
IS
public static final int IS
- See Also:
- Constant Field Values
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values
MIN
public static final int MIN
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
ORDER
public static final int ORDER
- See Also:
- Constant Field Values
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
SPACES
public static final int SPACES
- See Also:
- Constant Field Values
SUM
public static final int SUM
- See Also:
- Constant Field Values
UPPER
public static final int UPPER
- See Also:
- Constant Field Values
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
ZERO
public static final int ZERO
- See Also:
- Constant Field Values
ZEROS
public static final int ZEROS
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
LESS
public static final int LESS
- See Also:
- Constant Field Values
LESSEQUAL
public static final int LESSEQUAL
- See Also:
- Constant Field Values
GREATER
public static final int GREATER
- See Also:
- Constant Field Values
GREATEREQUAL
public static final int GREATEREQUAL
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NOTEQUAL
public static final int NOTEQUAL
- See Also:
- Constant Field Values
NOTEQUAL2
public static final int NOTEQUAL2
- See Also:
- Constant Field Values
OPENPAREN
public static final int OPENPAREN
- See Also:
- Constant Field Values
CLOSEPAREN
public static final int CLOSEPAREN
- See Also:
- Constant Field Values
ASTERISK
public static final int ASTERISK
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
QUESTIONMARK
public static final int QUESTIONMARK
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage