jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.NUMBER
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.BIN
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.BIN16
                          |
                          +--org.sourceforge.jxutil.net.ddm.qddrdbd.MAXRSLCNT

public class MAXRSLCNT
extends BIN16

Maximum Result Set Count (MAXRSLCNT) specifies a limit on the number of result sets that the requester is capable of receiving as reply data in the response to an EXCSQLSTT command that invokes a stored procedure. If the stored procedure generates more than MAXRSLCNT result sets, then the target system returns, at most, the first MAXRSLCNT of these result sets. The stored procedure defines the order in which the target system returns result sets.

See Also:
EXCSQLSTT, CodePoints.LMTBLKPRC

Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BIN16
value
 
Constructor Summary
MAXRSLCNT(DDM ddm, int len)
           
MAXRSLCNT(short value)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BIN16
write
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
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

MAXRSLCNT

public MAXRSLCNT(DDM ddm,
                 int len)
          throws IOException

MAXRSLCNT

public MAXRSLCNT(short value)

jxUtil 0.6

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