public class ResultChannelName
extends java.lang.Object
A type-safe enumeration of ResultSequence
channel names.
As of the 3.1 release, only the PRIMARY
channel will contain meaningful information. The WARNINGS
channel is defiend but will always be empty. Additional channels
may become available in future releases.
Modifier and Type | Field and Description |
---|---|
static ResultChannelName |
PRIMARY
The primary result channel (the actual
result).
|
static ResultChannelName |
WARNINGS
Any warnings related to the result.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final ResultChannelName PRIMARY
public static final ResultChannelName WARNINGS
Copyright © 2024 MarkLogic
Corporation
Complete online documentation for MarkLogic Server,
XQuery and related components may
be found at
developer.marklogic.com