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 继承的嵌套类/接口
Lexer.CommentHandler
 
字段摘要
static Keywords DEFAULT_MYSQL_KEYWORDS
           
 
构造方法摘要
MySqlLexer(char[] input, int inputLength, boolean skipComment)
           
MySqlLexer(String input)
           
 
方法摘要
 void scanComment()
           
 void scanIdentifier()
           
 void scanSharp()
           
 void scanVariable()
           
 
从类 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
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

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.