Interface Formatter
-
- All Known Implementing Classes:
BasicFormatterImpl
,DDLFormatterImpl
,HighlightingFormatter
public interface Formatter
Formatter contract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
format(String source)
Format the source SQL string.
-