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
AnSQLFormatter
that does no formatting.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description RawSQLFormatter()
-
-
-
Method Detail
-
format
public String format(String sql)
Description copied from interface:SQLFormatter
Formats SQL statement text.- Specified by:
format
in interfaceSQLFormatter
- Parameters:
sql
- the statement to format- Returns:
- formatted SQL statement text
-
-