See: Description
| Interface | Description |
|---|---|
| RawPlanDefinition |
A Raw Plan Definition provides access to a plan in a JSON serialization of the exported AST (Abstract Syntax Tree) for the plan.
|
| RowManager |
A Row Manager provides database operations on rows projected from documents.
|
| RowRecord |
A Row Record provides an extended, read-only map interface to the column values in a row.
|
| RowSet<T> |
A Row Set represents a set of rows produced by a plan and read from the database.
|
| Enum | Description |
|---|---|
| RowManager.RowSetPart |
Distinguishes between the header and rows that constitute a row set.
|
| RowManager.RowStructure |
Distinguishes between rows in an object structure or array structure.
|
| RowRecord.ColumnKind |
Distinguishes an atomic value, a content structure such as a document or other node, and a null value.
|
The package provides classes for sending plan requests to and processing row responses from the REST server. Use DatabaseClient to create the row manager. Create a PlanBuilder object to build plan requests.
Copyright © 2013-2017 MarkLogic Corporation.