public static interface PlanBuilder.Plan extends PlanBuilderBase.PlanBase
Modifier and Type | Method and Description |
---|---|
PlanBuilder.Plan |
bindParam(PlanParamExpr param,
PlanParamBindingVal literal)
Specifies a value to replace a placeholder parameter during this
execution of the plan in all expressions in which the parameter appears.
|
PlanBuilder.Plan bindParam(PlanParamExpr param, PlanParamBindingVal literal)
As when building a plan, binding a parameter constructs a new instance of the plan with the binding instead of mutating the existing instance of the plan.
param
- the name of a placeholder parameterliteral
- a value to replace the parameterCopyright © 2013-2021 MarkLogic Corporation.