package com.marklogic.client.row
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.
All Classes and Interfaces Interfaces Classes Enum Classes
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.
A Raw Plan Definition provides access to a plan
in a JSON serialization of the exported AST (Abstract Syntax Tree)
for the plan.
A Raw Query DSL Plan provides access to a plan
expressed in JavaScript syntax.
A Raw SPARQL Select Plan provides access to a
plan expressed as a SPARQL SELECT statement.
A Raw SQL Plan provides access to a plan
expressed as an SQL SELECT statement.
A Row Manager provides database operations on
rows projected from documents.
Distinguishes between the header and rows that
constitute a row set.
Distinguishes between rows in an object
structure or array structure.
A Row Record provides an extended, read-only map
interface to the column values in a row.
Distinguishes an atomic value, an array or
object container, content such as a document or other node, and a
null value.
A Row Set represents a set of rows produced by a
plan and read from the database.
Simplifies common use cases for the
RowManager
API.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.