Class RawSQLFormatter

    • Constructor Detail

      • RawSQLFormatter

        public RawSQLFormatter()
    • Method Detail

      • format

        public String format​(String sql)
        Description copied from interface: SQLFormatter
        Formats SQL statement text.
        Specified by:
        format in interface SQLFormatter
        Parameters:
        sql - the statement to format
        Returns:
        formatted SQL statement text