类 SQLServerLexer
java.lang.Object
com.alibaba.druid.sql.parser.Lexer
com.alibaba.druid.sql.dialect.sqlserver.parser.SQLServerLexer
-
嵌套类概要
从类继承的嵌套类/接口 com.alibaba.druid.sql.parser.Lexer
Lexer.CommentHandler, Lexer.SavePoint -
字段概要
字段从类继承的字段 com.alibaba.druid.sql.parser.Lexer
buf, bufPos, ch, commentCount, commentHandler, comments, dbType, endOfComment, features, hash, hashLCase, 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) -
方法概要
从类继承的方法 com.alibaba.druid.sql.parser.Lexer
addComment, addSymbol, arraycopy, bp, charAt, computeRowAndColumn, config, current, decimalValue, getCommentCount, getCommentHandler, getComments, getDbType, getKeywords, getLine, getPosColumn, getPosLine, getSource, getTimeZone, hasComment, hashLCase, hexString, identifierEquals, identifierEquals, info, initBuff, integerValue, isAllowComment, isDigit, isDigit2, isEnabled, isEndOfComment, isEOF, isKeepComments, isNegativeIntegerValue, isSafeComment, lexError, mark, markOut, nextPath, nextToken, nextTokenAlias, nextTokenBy, nextTokenComma, nextTokenCommaValue, nextTokenEq, nextTokenForSet, nextTokenIdent, nextTokenLParen, nextTokenNotOrNull, nextTokenValue, nextVarIndex, numberExpr, numberExpr, numberExpr, numberString, parameterize, pos, putChar, readAndResetComments, reset, reset, reset, reset, scanAlias, scanChar, scanHexaDecimal, scanHiveComment, scanIdentifier, scanLineArgument, scanNumber, scanSharp, scanSQLType, scanSQLTypeV2, scanString, scanString2, scanString2_d, scanVariable, scanVariable_at, setAllowComment, setCommentHandler, setKeepComments, setTimeZone, setToken, skipToEOF, skipToNextLine, skipToNextLineOrParameter, stringVal, sub_chars, subString, subString, token, unscan
-
字段详细资料
-
DEFAULT_SQL_SERVER_KEYWORDS
-
-
构造器详细资料
-
SQLServerLexer
public SQLServerLexer(char[] input, int inputLength, boolean skipComment) -
SQLServerLexer
-
SQLServerLexer
-
-
方法详细资料
-
scanComment
public void scanComment()- 覆盖:
scanComment在类中Lexer
-
scanLBracket
protected void scanLBracket()- 覆盖:
scanLBracket在类中Lexer
-