Class ExecutionContext
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext
Execution context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>Get SQL statement context.
-
Constructor Details
-
ExecutionContext
public ExecutionContext()
-
-
Method Details
-
getSqlStatementContext
public org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> getSqlStatementContext()Get SQL statement context.- Returns:
- SQL statement context.
-