Interface Formatter

All Known Implementing Classes:
BasicFormatterImpl, DDLFormatterImpl, HighlightingFormatter

public interface Formatter
Formatter contract
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String source)
    Format the source SQL string.
  • Method Details

    • format

      String format(String source)
      Format the source SQL string.
      Parameters:
      source - The original SQL string
      Returns:
      The formatted version