public final class RawExecutor extends Object
| Constructor and Description |
|---|
RawExecutor() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecuteResult> |
execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
RawSQLExecutorCallback callback)
Execute.
|
public List<ExecuteResult> execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, RawSQLExecutorCallback callback) throws SQLException
executionGroupContext - execution group contextlogicSQL - logic SQLcallback - raw SQL executor callbackSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.