com.alibaba.druid.sql.dialect.sqlserver.parser
Class SQLServerLexer

java.lang.Object
  extended by com.alibaba.druid.sql.parser.Lexer
      extended by com.alibaba.druid.sql.dialect.sqlserver.parser.SQLServerLexer

public class SQLServerLexer
extends Lexer


Field Summary
static Keywords DEFAULT_SQL_SERVER_KEYWORDS
           
 
Constructor Summary
SQLServerLexer(char[] input, int inputLength, boolean skipComment)
           
SQLServerLexer(String input)
           
 
Method Summary
 
Methods inherited from class com.alibaba.druid.sql.parser.Lexer
addSymbol, arraycopy, bp, charAt, current, decimalValue, getKeywods, hexString, info, integerValue, isAllowComment, isDigit, isEOF, mark, nextToken, nextVarIndex, numberString, pos, reset, reset, scanComment, scanHexaDecimal, scanIdentifier, scanNumber, scanVariable, setAllowComment, stringVal, subString, token
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SQL_SERVER_KEYWORDS

public static final Keywords DEFAULT_SQL_SERVER_KEYWORDS
Constructor Detail

SQLServerLexer

public SQLServerLexer(char[] input,
                      int inputLength,
                      boolean skipComment)

SQLServerLexer

public SQLServerLexer(String input)


Copyright © 2012 Alibaba Group. All Rights Reserved.