Class DDLFormatterImpl

  • All Implemented Interfaces:
    Formatter

    public class DDLFormatterImpl
    extends Object
    implements Formatter
    Performs formatting of DDL SQL statements.
    • Constructor Detail

      • DDLFormatterImpl

        public DDLFormatterImpl()
    • Method Detail

      • format

        public String format​(String sql)
        Description copied from interface: Formatter
        Format the source SQL string.
        Specified by:
        format in interface Formatter
        Parameters:
        sql - The original SQL string
        Returns:
        The formatted version