public class SQLServerLexer extends Lexer
Lexer.CommentHandler
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) |
Modifier and Type | Method and Description |
---|---|
void |
scanComment() |
addSymbol, arraycopy, bp, charAt, current, decimalValue, getCommentCount, getCommentHandler, getDbType, getKeywods, getLine, hasComment, hexString, info, integerValue, isAllowComment, isDigit, isEndOfComment, isEOF, isKeepComments, mark, nextToken, nextTokenComma, nextTokenLParen, nextTokenValue, nextVarIndex, numberString, pos, readAndResetComments, reset, reset, scanHexaDecimal, scanIdentifier, scanNumber, scanSharp, scanVariable, setAllowComment, setCommentHandler, setKeepComments, skipToEOF, stringVal, subString, token
public static final Keywords DEFAULT_SQL_SERVER_KEYWORDS
public SQLServerLexer(char[] input, int inputLength, boolean skipComment)
public SQLServerLexer(String input)
public void scanComment()
scanComment
in class Lexer
Copyright © 2013–2017 Alibaba Group. All rights reserved.