static <R> R |
SqlExecutionFactory.applySql(SqlExecuteType sqlExecuteType,
String dataSourceName,
Connection connection,
PreparedSql preparedSql,
boolean isIntercepted,
Function<SqlExecutor,R> doSqlExecutor) |
static void |
SqlDebugger.debug(SchemaProperties.PrintSqlProperties printSqlProperties,
SqlExecuteType sqlExecuteType,
String dataSourceName,
Object applyResult) |
static <R> R |
SqlExecutionFactory.executorSql(SqlExecuteType sqlExecuteType,
SqlStatementWrapper sqlStatementWrapper,
Function<SqlExecutor,R> doSqlExecutor) |