hsw409328 opened a new issue #11862:
URL: https://github.com/apache/shardingsphere/issues/11862


   ## Question
   
   **For English only**, other languages will not accept.
   
   use sql-parse-engine 
   
   
   `public static SQLStatement statement(final String databaseType, final 
String sql, final Boolean useCache) {
           ParseTree tree = new SQLParserEngine(databaseType).parse(sql, 
useCache);
           SQLVisitorEngine sqlVisitorEngine = new 
SQLVisitorEngine(databaseType, "STATEMENT", new Properties());
           SQLStatement sqlStatement = sqlVisitorEngine.visit(tree);
           return sqlStatement;
       }`
   
   How to convert an object to an executed SQL string?
     
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to