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 |
---|---|
ValuesDefinition.Direction |
ValuesDefinition.getDirection()
Returns the direction of the results in this values query.
|
static ValuesDefinition.Direction |
ValuesDefinition.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValuesDefinition.Direction[] |
ValuesDefinition.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ValuesDefinition.setDirection(ValuesDefinition.Direction dir)
Sets the direction of the results to use in this values query.
|
Copyright © 2013-2020 MarkLogic Corporation.