Class SQLFormatEngine


  • public final class SQLFormatEngine
    extends Object
    SQL format engine.
    • Constructor Detail

      • SQLFormatEngine

        public SQLFormatEngine()
    • Method Detail

      • format

        public String format​(String sql,
                             boolean useCache,
                             Properties props)
        Format SQL.
        Parameters:
        sql - SQL to be formatted
        useCache - whether use cache
        props - properties
        Returns:
        formatted SQL