public final class SQLStatementParserEngine extends Object
| Constructor and Description |
|---|
SQLStatementParserEngine(String databaseType) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement |
parse(String sql,
boolean useCache)
Parse to SQL statement.
|
public SQLStatementParserEngine(String databaseType)
public org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement parse(String sql, boolean useCache)
sql - SQL to be parseduseCache - whether use cacheCopyright © 2021 The Apache Software Foundation. All rights reserved.