XCC/J 3.2-9

com.marklogic.xcc
Class ResultChannelName

java.lang.Object
  extended bycom.marklogic.xcc.ResultChannelName

public class ResultChannelName
extends 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.


Field Summary
static ResultChannelName PRIMARY
          The primary result channel (the actual result).
static ResultChannelName WARNINGS
          Any warnings related to the result.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRIMARY

public static final ResultChannelName PRIMARY
The primary result channel (the actual result).


WARNINGS

public static final ResultChannelName WARNINGS
Any warnings related to the result.

Method Detail

toString

public String toString()

XCC/J 3.2-9

Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.

Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com