public class SQLServerLexer extends Lexer
Lexer.CommentHandler, Lexer.SavePoint| 限定符和类型 | 字段和说明 |
|---|---|
static Keywords |
DEFAULT_SQL_SERVER_KEYWORDS |
buf, bufPos, ch, commentCount, commentHandler, comments, dbType, endOfComment, features, hash, hash_lower, keepComments, keepSourceLocation, keywords, line, lines, mark, numberExp, numberSale, optimizedForParameterized, pos, posColumn, posLine, skipComment, startPos, stringVal, symbols_l2, text, timeZone, token| 构造器和说明 |
|---|
SQLServerLexer(char[] input,
int inputLength,
boolean skipComment) |
SQLServerLexer(String input) |
SQLServerLexer(String input,
SQLParserFeature... features) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
scanComment() |
protected void |
scanLBracket() |
addComment, addSymbol, arraycopy, bp, charAt, computeRowAndColumn, config, current, decimalValue, getCommentCount, getCommentHandler, getComments, getDbType, getKeywords, getLine, getPosColumn, getPosLine, getSource, getTimeZone, hasComment, hash_lower, hexString, identifierEquals, identifierEquals, info, initBuff, integerValue, isAllowComment, isDigit, isDigit2, isEnabled, isEndOfComment, isEOF, isKeepComments, isNegativeIntegerValue, isSafeComment, lexError, mark, nextPath, nextToken, nextTokenAlias, nextTokenBy, nextTokenComma, nextTokenCommaValue, nextTokenEq, nextTokenIdent, nextTokenLParen, nextTokenNotOrNull, nextTokenValue, nextVarIndex, numberExpr, numberExpr, numberExpr, numberString, parameterize, pos, putChar, readAndResetComments, reset, reset, reset, reset, scanAlias, scanChar, scanHexaDecimal, scanHiveComment, scanIdentifier, scanNumber, scanSharp, scanSQLType, scanSQLTypeV2, scanString, scanString2_d, scanString2, scanVariable_at, scanVariable, setAllowComment, setCommentHandler, setKeepComments, setTimeZone, setToken, skipToEOF, stringVal, sub_chars, subString, token, unscanpublic 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 在类中 Lexerprotected void scanLBracket()
scanLBracket 在类中 LexerCopyright © 2013–2023. All rights reserved.