public final class RawSQLExecutorCallback extends Object implements ExecutorCallback<RawSQLExecutionUnit,ExecuteResult>
| Constructor and Description |
|---|
RawSQLExecutorCallback(org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExecuteResult> |
execute(Collection<RawSQLExecutionUnit> inputs,
boolean isTrunkThread,
Map<String,Object> dataMap)
Execute.
|
public RawSQLExecutorCallback(org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext)
public Collection<ExecuteResult> execute(Collection<RawSQLExecutionUnit> inputs, boolean isTrunkThread, Map<String,Object> dataMap) throws SQLException
ExecutorCallbackexecute in interface ExecutorCallback<RawSQLExecutionUnit,ExecuteResult>inputs - input valuesisTrunkThread - is execution in trunk threaddataMap - data mapSQLException - throw when execute failureCopyright © 2023 The Apache Software Foundation. All rights reserved.