Package org.soulwing.jdbc.source
Interface SQLFormatter
-
- All Known Implementing Classes:
RawSQLFormatter,SimpleSQLFormatter
public interface SQLFormatterA formatter for SQL statement text.An implementation of this interface is used when logging SQL statements.
- Author:
- Carl Harris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(String sql)Formats SQL statement text.
-