com.alibaba.druid.sql.dialect.sqlserver.parser
Class SQLServerLexer
java.lang.Object
com.alibaba.druid.sql.parser.Lexer
com.alibaba.druid.sql.dialect.sqlserver.parser.SQLServerLexer
public class SQLServerLexer
- extends Lexer
| 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 |
DEFAULT_SQL_SERVER_KEYWORDS
public static final Keywords DEFAULT_SQL_SERVER_KEYWORDS
SQLServerLexer
public SQLServerLexer(char[] input,
int inputLength,
boolean skipComment)
SQLServerLexer
public SQLServerLexer(String input)
Copyright © 2012 Alibaba Group. All Rights Reserved.