jxUtil 0.6

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

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.SQLCSRHLD

public class SQLCSRHLD
extends BOOLEAN

Hold Cursor Position (SQLCSRHLD) Boolean State indicates whether the requester specified the HOLD option on the SQL DECLARE CURSOR statement. When the HOLD option is specified, the cursor is not closed upon execution of a commit operation. The value TRUE indicates that the requester specifies the HOLD option. The value FALSE indicates that the requester is not specifying the HOLD option.


Field Summary
static short CP
           
static SQLCSRHLD DEFAULT
          DEFAULT = NO
static SQLCSRHLD NO
           
static SQLCSRHLD YES
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BOOLEAN
FALSE, TRUE, value
 
Constructor Summary
  SQLCSRHLD(DDM ddm, int len)
           
private SQLCSRHLD(int value)
           
 
Method Summary
 Object readResolve()
           
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
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

DEFAULT

public static final SQLCSRHLD DEFAULT
DEFAULT = NO


NO

public static final SQLCSRHLD NO

YES

public static final SQLCSRHLD YES
Constructor Detail

SQLCSRHLD

public SQLCSRHLD(DDM ddm,
                 int len)
          throws IOException

SQLCSRHLD

private SQLCSRHLD(int value)
Method Detail

readResolve

public Object readResolve()

toString

public String toString()
Description copied from class: DATA
Pretty print.

Overrides:
toString in class BOOLEAN
Returns:
the class name and code point value.

write

public void write(DDM ddm)
           throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class BOOLEAN
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

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