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 | Description |
---|---|---|
PlanCase |
PlanBuilderBase.elseExpr(ServerExpression value) |
This function returns the specified value if none of the preceeding when() conditions are true.
|
abstract PlanCase |
PlanBuilder.when(boolean condition,
ServerExpression... value) |
This function executes the specified expression if the specified condition is true for the row.
|
abstract PlanCase |
PlanBuilder.when(ServerExpression condition,
ServerExpression... value) |
This function executes the specified expression if the specified condition is true for the row.
|
Modifier and Type | Method | Description |
---|---|---|
ServerExpression |
PlanBuilderBase.caseExpr(PlanCase... cases) |
This function returns the specified value expression if the specified value expression is true.
|
Copyright © 2013-2019 MarkLogic Corporation.