public final class SQLLogger extends Object
| 构造器和说明 |
|---|
SQLLogger() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
logSQL(String logicSQL,
boolean showSimple,
org.apache.shardingsphere.sql.parser.binder.statement.SQLStatementContext sqlStatementContext,
Collection<ExecutionUnit> executionUnits)
Print SQL log.
|
public static void logSQL(String logicSQL, boolean showSimple, org.apache.shardingsphere.sql.parser.binder.statement.SQLStatementContext sqlStatementContext, Collection<ExecutionUnit> executionUnits)
logicSQL - logic SQLshowSimple - whether show SQL in simple stylesqlStatementContext - SQL statement contextexecutionUnits - execution unitsCopyright © 2021 The Apache Software Foundation. All rights reserved.