Interface SQLParserEngine

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement parse​(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 parsed
        useCache - whether to use cache
        Returns:
        SQL statement