jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddrdbd
Class QRYDSC

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.FDODSC
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddrdbd.QRYDSC

public class QRYDSC
extends FDODSC

Query Answer Set Description. (QRYDSC) specifies the information about the answer set data that is returned from a query. Multiple QRYDSC objects can be returned to describe the answer set data for a single query. If multiple QRYDSC objects are returned for a single query, the second QRYDSC (and any subsequent ones) are concatenated to the previous QRYDSC to form a complete FD:OCA description of the answer set data.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.FDODSC
 
Constructor Summary
QRYDSC(DDM ddm, int len)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.FDODSC
getData, toString, write
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CP

public static final short CP
See Also:
Constant Field Values
Constructor Detail

QRYDSC

public QRYDSC(DDM ddm,
              int len)
       throws IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.