Interface SQLParserEngine
-
- All Known Implementing Classes:
ShardingSphereSQLParserEngine,SimpleSQLParserEngine
public interface SQLParserEngineSQL parser engine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatementparse(String sql, boolean useCache)Parse to SQL statement.
-
-
-
Method Detail
-
parse
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement parse(String sql, boolean useCache)
Parse to SQL statement.- Parameters:
sql- SQL to be parseduseCache- whether to use cache- Returns:
- SQL statement
-
-