Package org.soulwing.jdbc.source
Class RawSQLFormatter
- java.lang.Object
-
- org.soulwing.jdbc.source.RawSQLFormatter
-
- All Implemented Interfaces:
SQLFormatter
public class RawSQLFormatter extends Object implements SQLFormatter
AnSQLFormatterthat does no formatting.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description RawSQLFormatter()
-
-
-
Method Detail
-
format
public String format(String sql)
Description copied from interface:SQLFormatterFormats SQL statement text.- Specified by:
formatin interfaceSQLFormatter- Parameters:
sql- the statement to format- Returns:
- formatted SQL statement text
-
-