Class DDLFormatterImpl

java.lang.Object
org.hibernate.engine.jdbc.internal.DDLFormatterImpl
All Implemented Interfaces:
Formatter

public class DDLFormatterImpl extends Object implements Formatter
Performs formatting of DDL SQL statements.
  • Field Details

  • Constructor Details

    • DDLFormatterImpl

      public DDLFormatterImpl()
  • Method Details

    • 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