| Interface | Description |
|---|---|
| CommandPlanner |
The common interface of all planners which take a user's command
object and produce a
ProcessorPlan
object, which is a plan for executing the query. |
| Class | Description |
|---|---|
| BatchedUpdatePlanner |
Planner for BatchedUpdateCommands
|
| DdlPlanner | |
| ProcedurePlanner |
This prepares an
ProcedurePlan from
a CreateUpdateProcedureCommand CreateUpdateProcedureCommand. |
| QueryOptimizer |
This Class produces a ProcessorPlan object (a plan for query execution) from a
user's command and a source of metadata.
|
| SourceTriggerActionPlanner |
Handles the planning of triggers from source events
|
| SourceTriggerActionPlanner.CompositeProcessorPlan |
TODO: elevate the transaction handling?
|
| SourceTriggerActionPlanner.SourceEventCommand |
Represents a source event as a Command - is localized here
as it's not directly callable by a user
|
| TriggerActionPlanner |
Copyright © 2019. All rights reserved.