类 SQLParser
java.lang.Object
com.alibaba.druid.sql.parser.SQLParser
- 直接已知子类:
SQLExprParser,SQLSelectParser,SQLStatementParser
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidprotected voidacceptIdentifier(String text) intprotected Stringalias()protected Stringas()voidconfig(SQLParserFeature feature, boolean state) final LexergetLexer()protected booleanidentifierEquals(String text) final booleanisEnabled(SQLParserFeature feature) voidprotected SQLCreateTableStatementprotected voidprintError(Token token) protected voidsetErrorEndPos(int errPos) voidsetTimeZone(TimeZone timeZone) protected Stringprotected StringtableAlias(boolean must)
-
字段详细资料
-
lexer
-
dbType
-
-
构造器详细资料
-
SQLParser
-
SQLParser
-
SQLParser
-
SQLParser
-
-
方法详细资料
-
getLexer
-
getDbType
-
identifierEquals
-
acceptIdentifier
-
tableAlias
-
tableAlias
-
as
-
alias
-
printError
-
accept
-
acceptInteger
public int acceptInteger() -
match
-
setErrorEndPos
protected void setErrorEndPos(int errPos) -
config
-
getTimeZone
-
setTimeZone
-
isEnabled
-
newCreateStatement
-