public interface RawQueryDSLPlan extends RawPlan
Modifier and Type | Method and Description |
---|---|
TextWriteHandle |
getHandle()
Returns the handle for the text of the JavaScript representation of the Query DSL.
|
void |
setHandle(TextWriteHandle handle)
Specifies the handle for the text of the JavaScript representation of the Query DSL.
|
RawQueryDSLPlan |
withHandle(TextWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
|
bindParam
TextWriteHandle getHandle()
void setHandle(TextWriteHandle handle)
handle
- the text handle for the JavaScript serializationRawQueryDSLPlan withHandle(TextWriteHandle handle)
handle
- the text handle for the JavaScript serializationCopyright © 2013-2021 MarkLogic Corporation.