com.alibaba.druid.sql.dialect.mysql.parser
类 MySqlLexer
java.lang.Object
com.alibaba.druid.sql.parser.Lexer
com.alibaba.druid.sql.dialect.mysql.parser.MySqlLexer
public class MySqlLexer
- extends Lexer
| 从类 com.alibaba.druid.sql.parser.Lexer 继承的方法 |
addSymbol, arraycopy, bp, charAt, current, decimalValue, getCommentHandler, getKeywods, hexString, info, integerValue, isAllowComment, isDigit, isEOF, mark, nextToken, nextTokenComma, nextTokenLParen, nextTokenValue, nextVarIndex, numberString, pos, reset, reset, scanHexaDecimal, scanNumber, setAllowComment, setCommentHandler, stringVal, subString, token |
DEFAULT_MYSQL_KEYWORDS
public static final Keywords DEFAULT_MYSQL_KEYWORDS
MySqlLexer
public MySqlLexer(char[] input,
int inputLength,
boolean skipComment)
MySqlLexer
public MySqlLexer(String input)
scanSharp
public void scanSharp()
- 覆盖:
- 类
Lexer 中的 scanSharp
scanVariable
public void scanVariable()
- 覆盖:
- 类
Lexer 中的 scanVariable
scanIdentifier
public void scanIdentifier()
- 覆盖:
- 类
Lexer 中的 scanIdentifier
scanComment
public void scanComment()
- 覆盖:
- 类
Lexer 中的 scanComment
Copyright © 2013 Alibaba Group. All Rights Reserved.