public interface RawQueryDefinition extends QueryDefinition
A RawQueryDefinition provides access to a query in a JSON or XML representation.
| Modifier and Type | Method and Description |
|---|---|
StructureWriteHandle |
getHandle()
Returns the handle for the JSON or XML representation of the query.
|
void |
setHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation of the query.
|
getCollections, getDirectory, getOptionsName, getResponseTransform, setCollections, setDirectory, setOptionsName, setResponseTransformStructureWriteHandle getHandle()
Returns the handle for the JSON or XML representation of the query.
void setHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation of the query.
handle - the JSON or XML handle.Copyright © 2013-2017 MarkLogic Corporation.