public final class SQLStatementParserExecutor extends Object
| Constructor and Description |
|---|
SQLStatementParserExecutor(String databaseType,
org.apache.shardingsphere.sql.parser.api.CacheOption parseTreeCacheOption,
boolean isParseComment) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement |
parse(String sql)
Parse to SQL statement.
|
public SQLStatementParserExecutor(String databaseType, org.apache.shardingsphere.sql.parser.api.CacheOption parseTreeCacheOption, boolean isParseComment)
public org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement parse(String sql)
sql - SQL to be parsedCopyright © 2022 The Apache Software Foundation. All rights reserved.