Package | Description |
---|---|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
QueryManager.QueryView |
QueryManager.getView()
Returns the type of view results produced by queries.
|
static QueryManager.QueryView |
QueryManager.QueryView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryManager.QueryView[] |
QueryManager.QueryView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryManager.setView(QueryManager.QueryView view)
Specifies the type of view results produced by queries.
|
Copyright © 2013-2015 MarkLogic Corporation.