Uses of Interface
org.soulwing.jdbc.source.SQLFormatter
-
Packages that use SQLFormatter Package Description org.soulwing.jdbc.logger Logging supportorg.soulwing.jdbc.source SQL source code input support -
-
Uses of SQLFormatter in org.soulwing.jdbc.logger
Constructors in org.soulwing.jdbc.logger with parameters of type SQLFormatter Constructor Description FormattingJdbcLogger(JdbcLogger delegate, SQLFormatter formatter)
Constructs a new instance. -
Uses of SQLFormatter in org.soulwing.jdbc.source
Classes in org.soulwing.jdbc.source that implement SQLFormatter Modifier and Type Class Description class
RawSQLFormatter
AnSQLFormatter
that does no formatting.class
SimpleSQLFormatter
A simpleSQLFormatter
that removes comments and cleans up whitespace to make an SQL statement occupy a single line in a log file.
-