public final class RawExecutor extends Object
| Constructor and Description |
|---|
RawExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExecuteResult> |
execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
RawSQLExecutorCallback callback)
Execute.
|
public Collection<ExecuteResult> execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, RawSQLExecutorCallback callback) throws SQLException
executionGroupContext - execution group contextsqlStatementContext - SQL statement contextcallback - raw SQL executor callbackSQLException - SQL exceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.