public final class RawSQLExecutorCallback extends Object implements ExecutorCallback<RawSQLExecutionUnit,ExecuteResult>
| Constructor and Description |
|---|
RawSQLExecutorCallback() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExecuteResult> |
execute(Collection<RawSQLExecutionUnit> inputs,
boolean isTrunkThread,
Map<String,Object> dataMap)
Execute.
|
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 © 2022 The Apache Software Foundation. All rights reserved.