public class DefaultSqlPrinter extends Object implements SqlPrinter
| Modifier and Type | Method and Description |
|---|---|
static DefaultSqlPrinter |
getInstance() |
void |
logSql(LogJdbcConfig config,
String sql) |
void |
logSql(LogJdbcConfig config,
String templateSql,
ParameterCollector parameterCollector) |
public static DefaultSqlPrinter getInstance()
public void logSql(LogJdbcConfig config, String templateSql, ParameterCollector parameterCollector)
logSql in interface SqlPrinterpublic void logSql(LogJdbcConfig config, String sql)
logSql in interface SqlPrinterCopyright © 2016. All rights reserved.