Package org.teiid.language
Interface SQLConstants.Tokens
-
- Enclosing class:
- SQLConstants
public static interface SQLConstants.Tokens
-
-
Field Summary
Fields Modifier and Type Field Description static StringALL_COLSstatic StringCOLONstatic StringCOMMAstatic StringCONCATstatic StringDOTstatic StringDOUBLE_AMPstatic StringEQstatic StringGEstatic StringGTstatic StringLEstatic StringLPARENstatic StringLSBRACEstatic StringLTstatic StringMINUSstatic StringNEstatic StringPLUSstatic StringQUOTEstatic StringRPARENstatic StringRSBRACEstatic StringSEMICOLONstatic StringSLASHstatic StringSPACEstatic StringTICK
-
-
-
Field Detail
-
ALL_COLS
static final String ALL_COLS
- See Also:
- Constant Field Values
-
SPACE
static final String SPACE
- See Also:
- Constant Field Values
-
COMMA
static final String COMMA
- See Also:
- Constant Field Values
-
DOT
static final String DOT
- See Also:
- Constant Field Values
-
QUOTE
static final String QUOTE
- See Also:
- Constant Field Values
-
EQ
static final String EQ
- See Also:
- Constant Field Values
-
NE
static final String NE
- See Also:
- Constant Field Values
-
LT
static final String LT
- See Also:
- Constant Field Values
-
GT
static final String GT
- See Also:
- Constant Field Values
-
LE
static final String LE
- See Also:
- Constant Field Values
-
GE
static final String GE
- See Also:
- Constant Field Values
-
LPAREN
static final String LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final String RPAREN
- See Also:
- Constant Field Values
-
LSBRACE
static final String LSBRACE
- See Also:
- Constant Field Values
-
RSBRACE
static final String RSBRACE
- See Also:
- Constant Field Values
-
COLON
static final String COLON
- See Also:
- Constant Field Values
-
TICK
static final String TICK
- See Also:
- Constant Field Values
-
SEMICOLON
static final String SEMICOLON
- See Also:
- Constant Field Values
-
DOUBLE_AMP
static final String DOUBLE_AMP
- See Also:
- Constant Field Values
-
PLUS
static final String PLUS
- See Also:
- Constant Field Values
-
MINUS
static final String MINUS
- See Also:
- Constant Field Values
-
SLASH
static final String SLASH
- See Also:
- Constant Field Values
-
CONCAT
static final String CONCAT
- See Also:
- Constant Field Values
-
-