类 Clickhouse20Lexer
java.lang.Object
com.alibaba.druid.sql.parser.Lexer
cn.jrack.metadata.parser.Clickhouse20Lexer
public class Clickhouse20Lexer
extends com.alibaba.druid.sql.parser.Lexer
-
嵌套类概要
从类继承的嵌套类/接口 com.alibaba.druid.sql.parser.Lexer
com.alibaba.druid.sql.parser.Lexer.CommentHandler, com.alibaba.druid.sql.parser.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 -
构造器概要
构造器构造器说明Clickhouse20Lexer(String input) Clickhouse20Lexer(String input, com.alibaba.druid.sql.parser.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_KEYWORDS
public static final com.alibaba.druid.sql.parser.Keywords DEFAULT_KEYWORDS
-
-
构造器详细资料
-
Clickhouse20Lexer
-
Clickhouse20Lexer
-