jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.SCALAR
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.BOOLEAN
                          |
                          +--org.sourceforge.jxutil.net.ddm.qddrdbd.QRYROWSNS

public class QRYROWSNS
extends BOOLEAN

Query Row Sensitivity (QRYROWSNS) on a CNTQRY command indicates whether the rows to be fetched are to be sensitive to changes in the data underlying the rows in the result table. The relational database at the target server determines whether the requested sensitivity is compatible with the defined sensitivity of the cursor and fails the request if it is incompatible.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BOOLEAN
FALSE, TRUE, value
 
Constructor Summary
QRYROWSNS(DDM ddm, int len)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BOOLEAN
toString, write
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.SCALAR
writeMembers
 
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

QRYROWSNS

public QRYROWSNS(DDM ddm,
                 int len)
          throws IOException

jxUtil 0.6

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