liquibase.util.grammar
Interface SimpleSqlGrammarConstants

All Known Implementing Classes:
SimpleSqlGrammar, SimpleSqlGrammarTokenManager

public interface SimpleSqlGrammarConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ADDITIONAL_LETTERS
          RegularExpression Id.
static int COMPLEX_IDENTIFIER
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EMPTY_QUOTE
          RegularExpression Id.
static int EOF
          End of File.
static int LETTER
          RegularExpression Id.
static int LINE_COMMENT
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int S_CHAR_LITERAL
          RegularExpression Id.
static int S_DOUBLE
          RegularExpression Id.
static int S_IDENTIFIER
          RegularExpression Id.
static int S_LONG
          RegularExpression Id.
static int S_QUOTED_IDENTIFIER
          RegularExpression Id.
static int SPECIAL_CHARS
          RegularExpression Id.
static int SYMBOL
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int WHITESPACE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
RegularExpression Id.

See Also:
Constant Field Values

LINE_COMMENT

static final int LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

S_DOUBLE

static final int S_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

S_LONG

static final int S_LONG
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

COMPLEX_IDENTIFIER

static final int COMPLEX_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

S_IDENTIFIER

static final int S_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

SPECIAL_CHARS

static final int SPECIAL_CHARS
RegularExpression Id.

See Also:
Constant Field Values

S_CHAR_LITERAL

static final int S_CHAR_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

S_QUOTED_IDENTIFIER

static final int S_QUOTED_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

EMPTY_QUOTE

static final int EMPTY_QUOTE
RegularExpression Id.

See Also:
Constant Field Values

ADDITIONAL_LETTERS

static final int ADDITIONAL_LETTERS
RegularExpression Id.

See Also:
Constant Field Values

SYMBOL

static final int SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2016 Liquibase.org. All rights reserved.