| 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 |
|---|---|
RowRecord.ColumnKind |
RowRecord.getKind(PlanExprCol col)
Identifies whether the value of a column is an atomic value, a document or other content structure, or a null.
|
RowRecord.ColumnKind |
RowRecord.getKind(String columnName)
Identifies whether the value of a column is an atomic value, a document or other content structure, or a null.
|
static RowRecord.ColumnKind |
RowRecord.ColumnKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowRecord.ColumnKind[] |
RowRecord.ColumnKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2017 MarkLogic Corporation.