public class OracleLexer extends Lexer
Lexer.CommentHandler, Lexer.SavePoint| Modifier and Type | Field and Description |
|---|---|
static Keywords |
DEFAULT_ORACLE_KEYWORDS |
| Constructor and Description |
|---|
OracleLexer(char[] input,
int inputLength,
boolean skipComment) |
OracleLexer(String input) |
OracleLexer(String input,
SQLParserFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
void |
scanComment() |
void |
scanNumber() |
void |
scanVariable() |
addSymbol, arraycopy, bp, charAt, computeRowAndColumn, config, current, decimalValue, getCommentCount, getCommentHandler, getDbType, getKeywods, getLine, getPosColumn, getPosLine, getSource, hasComment, hash_lower, hexString, identifierEquals, identifierEquals, info, integerValue, isAllowComment, isDigit, isEnabled, isEndOfComment, isEOF, isKeepComments, mark, nextToken, nextTokenBy, nextTokenComma, nextTokenCommaValue, nextTokenEq, nextTokenIdent, nextTokenLParen, nextTokenNotOrNull, nextTokenValue, nextVarIndex, numberExpr, numberExpr, numberString, parameterize, pos, readAndResetComments, reset, reset, reset, reset, scanHexaDecimal, scanIdentifier, scanSharp, setAllowComment, setCommentHandler, setKeepComments, skipToEOF, stringVal, sub_chars, subString, tokenpublic static final Keywords DEFAULT_ORACLE_KEYWORDS
public OracleLexer(char[] input,
int inputLength,
boolean skipComment)
public OracleLexer(String input)
public OracleLexer(String input, SQLParserFeature... features)
public void scanVariable()
scanVariable in class Lexerpublic void scanComment()
scanComment in class Lexerpublic void scanNumber()
scanNumber in class LexerCopyright © 2013–2018 Alibaba Group. All rights reserved.