QueryDefinition
RawCombinedQueryDefinition
, RawCtsQueryDefinition
, RawQueryByExampleDefinition
, RawStructuredQueryDefinition
public interface RawQueryDefinition extends QueryDefinition
Modifier and Type | Method | 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, setResponseTransform
StructureWriteHandle getHandle()
void setHandle(StructureWriteHandle handle)
handle
- the JSON or XML handle.Copyright © 2013-2019 MarkLogic Corporation.