org.apache.hadoop.hbase.shell.generated
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int ADD
           
static int ALTER
           
static int AND
           
static int ASTERISK
           
static int BLOCK
           
static int BLOOMFILTER
           
static int CHANGE
           
static int CLEAR
           
static int COLUMNFAMILIES
           
static int COMMA
           
static int COMPRESSION
           
static int COUNTING_BLOOMFILTER
           
static int CREATE
           
static int DEFAULT
           
static int DELETE
           
static int DESC
           
static int DESCRIBE
           
static int DISABLE
           
static int DOT
           
static int DROP
           
static int ENABLE
           
static int EOF
           
static int EQUALS
           
static int EXIT
           
static int EXPONENT
           
static int FLOATING_POINT_LITERAL
           
static int FROM
           
static int FS
           
static int HELP
           
static int ID
           
static int IN_MEMORY
           
static int INSERT
           
static int INTEGER_LITERAL
           
static int INTO
           
static int JAR
           
static int LIMIT
           
static int LPAREN
           
static int MAX_LENGTH
           
static int MAX_VERSIONS
           
static int NONE
           
static int NOTEQUAL
           
static int NUM_ENTRIES
           
static int NUM_HASH
           
static int NUM_VERSIONS
           
static int OR
           
static int QUOTED_IDENTIFIER
           
static int RECORD
           
static int RETOUCHED_BLOOMFILTER
           
static int ROW
           
static int RPAREN
           
static int SELECT
           
static int SHOW
           
static int STARTING
           
static int STRING_LITERAL
           
static int TABLE
           
static int TIMESTAMP
           
static String[] tokenImage
           
static int VALUES
           
static int VECTOR_SIZE
           
static int WHERE
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

HELP

static final int HELP
See Also:
Constant Field Values

ALTER

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

DESC

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

FS

static final int FS
See Also:
Constant Field Values

JAR

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

INTO

static final int INTO
See Also:
Constant Field Values

TABLE

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

ENABLE

static final int ENABLE
See Also:
Constant Field Values

DISABLE

static final int DISABLE
See Also:
Constant Field Values

STARTING

static final int STARTING
See Also:
Constant Field Values

WHERE

static final int WHERE
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

ROW

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

TIMESTAMP

static final int TIMESTAMP
See Also:
Constant Field Values

NUM_VERSIONS

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

ASTERISK

static final int ASTERISK
See Also:
Constant Field Values

MAX_VERSIONS

static final int MAX_VERSIONS
See Also:
Constant Field Values

MAX_LENGTH

static final int MAX_LENGTH
See Also:
Constant Field Values

COMPRESSION

static final int COMPRESSION
See Also:
Constant Field Values

NONE

static final int NONE
See Also:
Constant Field Values

BLOCK

static final int BLOCK
See Also:
Constant Field Values

RECORD

static final int RECORD
See Also:
Constant Field Values

IN_MEMORY

static final int IN_MEMORY
See Also:
Constant Field Values

BLOOMFILTER

static final int BLOOMFILTER
See Also:
Constant Field Values

COUNTING_BLOOMFILTER

static final int COUNTING_BLOOMFILTER
See Also:
Constant Field Values

RETOUCHED_BLOOMFILTER

static final int RETOUCHED_BLOOMFILTER
See Also:
Constant Field Values

VECTOR_SIZE

static final int VECTOR_SIZE
See Also:
Constant Field Values

NUM_HASH

static final int NUM_HASH
See Also:
Constant Field Values

NUM_ENTRIES

static final int NUM_ENTRIES
See Also:
Constant Field Values

ADD

static final int ADD
See Also:
Constant Field Values

CHANGE

static final int CHANGE
See Also:
Constant Field Values

ID

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

QUOTED_IDENTIFIER

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