com.hardcode.gdbms.parser
Interface SQLEngineConstants
- All Known Implementing Classes:
- SQLEngine, SQLEngineTokenManager
public interface SQLEngineConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
COMMENT_LINE
static final int COMMENT_LINE
- See Also:
- Constant Field Values
COMMENT_BLOCK
static final int COMMENT_BLOCK
- 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
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
BY
static final int BY
- See Also:
- Constant Field Values
CUSTOM
static final int CUSTOM
- 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
FROM
static final int FROM
- See Also:
- Constant Field Values
GROUP
static final int GROUP
- See Also:
- Constant Field Values
HAVING
static final int HAVING
- 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
ORDER
static final int ORDER
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
UNION
static final int UNION
- See Also:
- Constant Field Values
SPACES
static final int SPACES
- See Also:
- Constant Field Values
TABLES
static final int TABLES
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
EXISTS
static final int EXISTS
- See Also:
- Constant Field Values
INSERT
static final int INSERT
- See Also:
- Constant Field Values
INTO
static final int INTO
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
UPDATE
static final int UPDATE
- See Also:
- Constant Field Values
VALUES
static final int VALUES
- 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
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
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
TILDE
static final int TILDE
- 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
NOTEQUAL2
static final int NOTEQUAL2
- See Also:
- Constant Field Values
JOINPLUS
static final int JOINPLUS
- 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
COMPARISON
static final int COMPARISON
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage
Copyright © 2005-2006 . All Rights Reserved.