Package | Description |
---|---|
com.marklogic.client.row |
The package provides classes for sending plan requests to and
processing row responses from the REST server.
|
Modifier and Type | Method and Description |
---|---|
RowManager.RowStructure |
RowManager.getRowStructureStyle()
Returns whether each row should have an array or object structure
in the response for requests made with the row manager.
|
static RowManager.RowStructure |
RowManager.RowStructure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowManager.RowStructure[] |
RowManager.RowStructure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RowManager.setRowStructureStyle(RowManager.RowStructure style)
Specifies whether to get each row as an object (the default) or as an array
in the response for requests made with the row manager.
|
Copyright © 2013-2020 MarkLogic Corporation.