org.apache.hadoop.hbase.shell.generated
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
public interface ParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
HELP
static final int HELP
- See Also:
- Constant Field Values
CLEAR
static final int CLEAR
- See Also:
- Constant Field Values
SHOW
static final int SHOW
- See Also:
- Constant Field Values
DESCRIBE
static final int DESCRIBE
- See Also:
- Constant Field Values
CREATE
static final int CREATE
- See Also:
- Constant Field Values
DROP
static final int DROP
- See Also:
- Constant Field Values
EXIT
static final int EXIT
- See Also:
- Constant Field Values
INSERT
static final int INSERT
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
ROW
static final int ROW
- See Also:
- Constant Field Values
COLUMN
static final int COLUMN
- See Also:
- Constant Field Values
TIME
static final int TIME
- See Also:
- Constant Field Values
VALUES
static final int VALUES
- See Also:
- Constant Field Values
COLUMNFAMILIES
static final int COLUMNFAMILIES
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
LIMIT
static final int LIMIT
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
NOTEQUAL
static final int NOTEQUAL
- See Also:
- Constant Field Values
OPTIONS
static final int OPTIONS
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
NUM
static final int NUM
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
QUOTED_STRING
static final int QUOTED_STRING
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2006 The Apache Software Foundation