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
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 RTNSQLDA DEFAULT
- DEFAULT = NO
NO
public static final RTNSQLDA NO
- Do not return the SQLDA.
YES
public static final RTNSQLDA YES
- Return the SQLDA.
RTNSQLDA
public RTNSQLDA(DDM ddm,
int len)
throws IOException
RTNSQLDA
private RTNSQLDA(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.