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