public interface RawSPARQLSelectPlan extends RawPlan
Modifier and Type | Method and Description |
---|---|
TextWriteHandle |
getHandle()
Returns the handle for the text of the SPARQL query.
|
void |
setHandle(TextWriteHandle handle)
Specifies the handle for the text of the SPARQL query.
|
RawSPARQLSelectPlan |
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 SPARQL queryRawSPARQLSelectPlan withHandle(TextWriteHandle handle)
handle
- the text handle for the SPARQL queryCopyright © 2013-2021 MarkLogic Corporation.