public interface RawPlanDefinition extends RawPlan
Modifier and Type | Method and Description |
---|---|
JSONWriteHandle |
getHandle()
Returns the handle for the JSON representation of the AST for the plan.
|
void |
setHandle(JSONWriteHandle handle)
Specifies the handle for the JSON representation of the AST for the plan.
|
RawPlanDefinition |
withHandle(JSONWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
|
bindParam
JSONWriteHandle getHandle()
void setHandle(JSONWriteHandle handle)
handle
- the JSON handleRawPlanDefinition withHandle(JSONWriteHandle handle)
handle
- the JSON handleCopyright © 2013-2021 MarkLogic Corporation.