public class SQLParser extends Object
Constructor and Description |
---|
SQLParser(Lexer lexer) |
SQLParser(Lexer lexer,
String dbType) |
SQLParser(String sql) |
SQLParser(String sql,
String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Token token) |
int |
acceptInteger() |
void |
config(SQLParserFeature feature,
boolean state) |
String |
getDbType() |
Lexer |
getLexer() |
boolean |
isEnabled(SQLParserFeature feature) |
void |
match(Token token) |
public final Lexer getLexer()
public String getDbType()
public void accept(Token token)
public int acceptInteger()
public void match(Token token)
public void config(SQLParserFeature feature, boolean state)
public final boolean isEnabled(SQLParserFeature feature)
Copyright © 2013–2017 Alibaba Group. All rights reserved.