public final class SQLParserEngine extends Object
| 构造器和说明 |
|---|
SQLParserEngine(String databaseType,
boolean sqlCommentParseEnabled) |
SQLParserEngine(String databaseType,
CacheOption cacheOption,
boolean sqlCommentParseEnabled) |
public SQLParserEngine(String databaseType, boolean sqlCommentParseEnabled)
public SQLParserEngine(String databaseType, CacheOption cacheOption, boolean sqlCommentParseEnabled)
public ParseContext parse(String sql, boolean useCache)
sql - SQL to be parseduseCache - whether use cacheCopyright © 2021 The Apache Software Foundation. All rights reserved.