jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddbasd.RPYMSG
                          |
                          +--org.sourceforge.jxutil.net.ddm.qddrdbd.ENDQRYRM

public class ENDQRYRM
extends RPYMSG

The End of Query (ENDQRYRM) Reply Message indicates that the query process has terminated in such a manner that the query or result set is now closed. It cannot be resumed with the CNTQRY command or closed with the CLSQRY command. The ENDQRYRM is always followed by an SQLCARD object.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
 
Constructor Summary
ENDQRYRM(DDM ddm, int len)
           
 
Method Summary
 RDBNAM getRDBNAM()
           
 void setRDBNAM(RDBNAM rdbnam)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
get, put, 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

ENDQRYRM

public ENDQRYRM(DDM ddm,
                int len)
         throws IOException
Method Detail

getRDBNAM

public RDBNAM getRDBNAM()

setRDBNAM

public void setRDBNAM(RDBNAM rdbnam)

jxUtil 0.6

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