Class SimpleSQLParserEngine

    • Constructor Detail

      • SimpleSQLParserEngine

        public SimpleSQLParserEngine()
    • Method Detail

      • parse

        public org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement parse​(String sql,
                                                                                            boolean useCache)
        Description copied from interface: SQLParserEngine
        Parse to SQL statement.
        Specified by:
        parse in interface SQLParserEngine
        Parameters:
        sql - SQL to be parsed
        useCache - whether to use cache
        Returns:
        SQL statement