Class SQLLogger
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.log.SQLLogger
SQL logger.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidlogSQL(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, boolean showSimple, ExecutionContext executionContext) Log SQL.
-
Constructor Details
-
SQLLogger
public SQLLogger()
-
-
Method Details
-
logSQL
public static void logSQL(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, boolean showSimple, ExecutionContext executionContext) Log SQL.- Parameters:
logicSQL- logic SQLshowSimple- whether show SQL in simple styleexecutionContext- Execution context
-