| Package | Description |
|---|---|
| com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
| com.marklogic.client.row |
The package provides classes for sending plan requests to and processing row responses from the REST server.
|
| Class and Description |
|---|
| RowManager
A Row Manager provides database operations on rows projected from documents.
|
| Class and 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.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
A Row Record provides an extended, read-only map interface to the column values in a row.
|
| RowRecord.ColumnKind
Distinguishes an atomic value, a content structure such as a document or other node, and a null value.
|
| RowSet
A Row Set represents a set of rows produced by a plan and read from the database.
|
Copyright © 2013-2017 MarkLogic Corporation.