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 |
---|---|
PlanRowColTypes |
PlanBuilderBase.colType(java.lang.String column)
Build a new column identifier; the type will
default to "none" and nullable will default to "false".
|
PlanRowColTypes |
PlanBuilderBase.colType(java.lang.String column,
java.lang.String type)
Build a new column identifier; nullable will
default to "false".
|
PlanRowColTypes |
PlanBuilderBase.colType(java.lang.String column,
java.lang.String type, java.lang.Boolean nullable)
Build a new column identifier.
|
Modifier and Type | Method and Description |
---|---|
PlanRowColTypesSeq |
PlanBuilderBase.colTypes(PlanRowColTypes... colTypes)
Build a sequence of column identifiers that can
be used with
fromParam . |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.