类 StarRocksLexer
java.lang.Object
com.alibaba.druid.sql.parser.Lexer
com.alibaba.druid.sql.dialect.starrocks.parser.StarRocksLexer
-
嵌套类概要
从类继承的嵌套类/接口 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 -
构造器概要
构造器构造器说明StarRocksLexer(char[] input, int inputLength, boolean skipComment) StarRocksLexer(String input) StarRocksLexer(String input, boolean skipComment, boolean keepComments) StarRocksLexer(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, scanComment, scanHexaDecimal, scanHiveComment, scanIdentifier, scanLBracket, 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_STARROCKS_KEYWORDS
-
-
构造器详细资料
-
StarRocksLexer
-
StarRocksLexer
public StarRocksLexer(char[] input, int inputLength, boolean skipComment) -
StarRocksLexer
-
StarRocksLexer
-