Class RawExecutor
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
Raw executor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, RawSQLExecutorCallback callback) Execute.
-
Constructor Details
-
RawExecutor
public RawExecutor()
-
-
Method Details
-
execute
public List<ExecuteResult> execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, RawSQLExecutorCallback callback) throws SQLException Execute.- Parameters:
executionGroupContext- execution group contextlogicSQL- logic SQLcallback- raw SQL executor callback- Returns:
- execute results
- Throws:
SQLException- SQL exception
-