示例#1
0
 public TableLookupPlanDesc(
     TableLookupPlanForge forge,
     IList<StmtClassForgeableFactory> additionalForgeables)
 {
     Forge = forge;
     AdditionalForgeables = additionalForgeables;
 }
示例#2
0
 /// <summary>
 ///     Ctor.
 /// </summary>
 /// <param name="tableLookupPlan">plan for performing lookup</param>
 public TableLookupNodeForge(TableLookupPlanForge tableLookupPlan)
 {
     TableLookupPlan = tableLookupPlan;
 }
示例#3
0
 /// <summary>
 ///     Ctor.
 /// </summary>
 /// <param name="tableLookupPlan">plan for performing lookup</param>
 public TableOuterLookupNodeForge(TableLookupPlanForge tableLookupPlan)
 {
     LookupStrategySpec = tableLookupPlan;
 }