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.
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
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
SQLCSRHLD
public SQLCSRHLD(DDM ddm,
int len)
throws IOException
SQLCSRHLD
private SQLCSRHLD(int value)
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
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.