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 | Description |
---|---|---|
RowManager.RowSetPart |
RowManager.getDatatypeStyle() |
Returns whether data types should be emitted in each row (the default) or in the header
in the response for requests made with the row manager.
|
static RowManager.RowSetPart |
RowManager.RowSetPart.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RowManager.RowSetPart[] |
RowManager.RowSetPart.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RowManager.setDatatypeStyle(RowManager.RowSetPart style) |
Specifies whether to emit the data type of each column in each row or only in the header
in the response for requests made with the row manager.
|
Copyright © 2013-2019 MarkLogic Corporation.