jxUtil 0.6

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

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

public final class RTNSQLDA
extends BOOLEAN

Return SQL Descriptor Area. (RTNSQLDA) Boolean State controls whether to return an SQL descriptor area that applies to the SQL statement the command identifies. The target SQLAM obtains the SQL descriptor area performing an SQL DESCRIBE function on the statement after the statement has been prepared. The value TRUE indicates that the SQLDA is returned. The value FALSE indicates that the SQLDA is not returned.

See Also:
PRPSQLSTT

Field Summary
static short CP
           
static RTNSQLDA DEFAULT
          DEFAULT = NO
static RTNSQLDA NO
          Do not return the SQLDA.
static RTNSQLDA YES
          Return the SQLDA.
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BOOLEAN
FALSE, TRUE, value
 
Constructor Summary
  RTNSQLDA(DDM ddm, int len)
           
private RTNSQLDA(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 RTNSQLDA DEFAULT
DEFAULT = NO


NO

public static final RTNSQLDA NO
Do not return the SQLDA.


YES

public static final RTNSQLDA YES
Return the SQLDA.

Constructor Detail

RTNSQLDA

public RTNSQLDA(DDM ddm,
                int len)
         throws IOException

RTNSQLDA

private RTNSQLDA(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.