@Deprecated
public interface SqlTokens
| Modifier and Type | Field and Description | 
|---|---|
static int | 
OP_AMPERSAND
Deprecated.  
"&" 
 | 
static int | 
OP_ARROW
Deprecated.  
"=>" 
 | 
static int | 
OP_ASSIGN
Deprecated.  
":=" 
 | 
static int | 
OP_ATSIGN
Deprecated.  
"@" 
 | 
static int | 
OP_base
Deprecated.  
Base value for operators. 
 | 
static int | 
OP_CAT
Deprecated.  
"||" 
 | 
static int | 
OP_COLON
Deprecated.  
":" 
 | 
static int | 
OP_COMMA
Deprecated.  
"," 
 | 
static int | 
OP_DBLDOT
Deprecated.  
".." 
 | 
static int | 
OP_DOT
Deprecated.  
"." 
 | 
static int | 
OP_ELLIPSIS
Deprecated.  
"..." 
 | 
static int | 
OP_EQUAL
Deprecated.  
"=" 
 | 
static int | 
OP_EXP
Deprecated.  
"**" 
 | 
static int | 
OP_GREATER
Deprecated.  
">" 
 | 
static int | 
OP_GTEQL
Deprecated.  
">=" 
 | 
static int | 
OP_L_LBL
Deprecated.  
"<<" 
 | 
static int | 
OP_LBRKT
Deprecated.  
"[" 
 | 
static int | 
OP_LESS
Deprecated.  
"<" 
 | 
static int | 
OP_LPAREN
Deprecated.  
"(" 
 | 
static int | 
OP_LTEQ
Deprecated.  
"<=" 
 | 
static int | 
OP_max
Deprecated.  
Subtracted from OP_Base, this yields the total count of operators
 in PL/SQL. 
 | 
static int | 
OP_MINUS
Deprecated.  
"-" 
 | 
static int | 
OP_NOTEQL1
Deprecated.  
"<>" 
 | 
static int | 
OP_NOTEQL2
Deprecated.  
"!=" 
 | 
static int | 
OP_NOTEQL3
Deprecated.  
"^=" 
 | 
static int | 
OP_NOTEQL4
Deprecated.  
"~=" 
 | 
static int | 
OP_OR
Deprecated.  
"|" 
 | 
static int | 
OP_OUTERJOIN
Deprecated.  
"(+)" 
 | 
static int | 
OP_PERCENT
Deprecated.  
"%" 
 | 
static int | 
OP_PLUS
Deprecated.  
"+" 
 | 
static int | 
OP_R_LBL
Deprecated.  
">>" 
 | 
static int | 
OP_RBRKT
Deprecated.  
"]" 
 | 
static int | 
OP_RPAREN
Deprecated.  
")" 
 | 
static int | 
OP_SEMICLN
Deprecated.  
";" 
 | 
static int | 
OP_SHRIEK
Deprecated.  
"!" 
 | 
static int | 
OP_SLASH
Deprecated.  
"/" 
 | 
static int | 
OP_STAR
Deprecated.  
"*" 
 | 
static java.lang.String[] | 
OP_words
Deprecated.  
String array, one for each OP token. 
 | 
static int | 
TK_BIND_VAR
Deprecated.  
Special token for bind variables. 
 | 
static int | 
TK_EOS
Deprecated.  
Constant specifying EOS. 
 | 
static int | 
TK_IDENTIFIER
Deprecated.  
Constant for an identifier. 
 | 
static int | 
TK_invalid
Deprecated.  
Not a valid token value, intended to be used as the default value
 for local variables containing token values. 
 | 
static int | 
TK_INVALID
Deprecated.  
Constant for an unknown character 
 | 
static int | 
TK_MULTI_COMMENT
Deprecated.  
Constant for a SQL multi-line comment. 
 | 
static int | 
TK_N
Deprecated.  
Constant for numeric literals. 
 | 
static int | 
TK_QUOTED_IDENTIFIER
Deprecated.  
Constant for quoted identifiers. 
 | 
static int | 
TK_SINGLE_COMMENT
Deprecated.  
Constant for a SQL single-line comment. 
 | 
static int | 
TK_STRING
Deprecated.  
Constant for character literals. 
 | 
static final int TK_invalid
static final int TK_EOS
static final int TK_INVALID
static final int TK_IDENTIFIER
static final int TK_QUOTED_IDENTIFIER
static final int TK_BIND_VAR
static final int TK_N
static final int TK_STRING
static final int TK_SINGLE_COMMENT
static final int TK_MULTI_COMMENT
static final int OP_base
static final int OP_AMPERSAND
static final int OP_ARROW
static final int OP_ASSIGN
static final int OP_ATSIGN
static final int OP_CAT
static final int OP_COLON
static final int OP_COMMA
static final int OP_DBLDOT
static final int OP_DOT
static final int OP_ELLIPSIS
static final int OP_EQUAL
static final int OP_EXP
static final int OP_GREATER
static final int OP_GTEQL
static final int OP_LBRKT
static final int OP_LESS
static final int OP_LPAREN
static final int OP_LTEQ
static final int OP_L_LBL
static final int OP_MINUS
static final int OP_NOTEQL1
static final int OP_NOTEQL2
static final int OP_NOTEQL3
static final int OP_NOTEQL4
static final int OP_OR
static final int OP_PERCENT
static final int OP_PLUS
static final int OP_RBRKT
static final int OP_RPAREN
static final int OP_R_LBL
static final int OP_SEMICLN
static final int OP_SHRIEK
static final int OP_SLASH
static final int OP_STAR
static final int OP_OUTERJOIN
static final int OP_max
static final java.lang.String[] OP_words