Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic
plan pipelines and expressions for execution on the REST
server.
|
Modifier and Type | Method and Description |
---|---|
abstract PlanCondition |
PlanBuilder.sqlCondition(java.lang.String expression)
This function returns a filter definition as
input for a WHERE operation.
|
abstract PlanCondition |
PlanBuilder.sqlCondition(XsStringVal expression)
This function returns a filter definition as
input for a WHERE operation.
|
Modifier and Type | Method and Description |
---|---|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.where(PlanCondition condition)
This method restricts the row set to rows
matched by an SQL boolean expression.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.