Package org.soulwing.jdbc.source
Interface SQLFormatter
-
- All Known Implementing Classes:
RawSQLFormatter
,SimpleSQLFormatter
public interface SQLFormatter
A 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 String
format(String sql)
Formats SQL statement text.
-