java.lang.Object
org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext

public final class ExecutionContext extends Object
Execution 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.