Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.example.cookbook.datamovement | |
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.
|
RawQueryDSLPlan
A Raw Query DSL Plan provides access to a plan
expressed in JavaScript syntax.
|
RowManager
A Row Manager provides database operations on rows projected from documents.
|
Class and Description |
---|
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.
|
Class and Description |
---|
RawPlan
An abstraction for a serialization of a plan
such as an AST in JSON format, a Query DSL in JavaScript syntax,
or a SQL or SPARQL SELECT query.
|
RawPlanDefinition
A Raw Plan Definition provides access to a plan
in a JSON serialization of the exported
AST (Abstract Syntax Tree) for the plan.
|
RawQueryDSLPlan
A Raw Query DSL Plan provides access to a plan
expressed in JavaScript syntax.
|
RawSPARQLSelectPlan
A Raw SPARQL Select Plan provides access to a plan
expressed as a SPARQL SELECT statement.
|
RawSQLPlan
A Raw SQL Plan provides access to a plan
expressed as an SQL SELECT statement.
|
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, an array or object container,
content 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-2021 MarkLogic Corporation.