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.QueryContext queryContext,
RawSQLExecutorCallback callback)
Execute.
|
public List<ExecuteResult> execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.QueryContext queryContext, RawSQLExecutorCallback callback) throws SQLException
executionGroupContext - execution group contextqueryContext - query contextcallback - raw SQL executor callbackSQLException - SQL exceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.