org.sourceforge.jxutil.net.ddm.qddprmd
Class TYPDEFNAM
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.NAME
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.TYPDEFNAM
- public class TYPDEFNAM
- extends NAME
Data Type Definition Name (TYPDEFNAM) specifies the name of a data type
definition.
See TYPDEF. When the TYPDEFNAM object is specified as a command/reply data
object, the value specified applies to the following command data objects
and reply data objects for that command, respectively. When TYPDEFNAM is
repeatable, the value of one TYPDEFNAM object is applicable only to those
objects (command data or reply data) that are sent before another TYPDEFNAM
object is sent. The value of TYPDEFNAM that a command specifies is in
effect only for that command. This rule applies to all commands, unless
specified otherwise.
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
QTDSQL370
public static final TYPDEFNAM QTDSQL370
QTDSQL400
public static final TYPDEFNAM QTDSQL400
QTDSQLASC
public static final TYPDEFNAM QTDSQLASC
QTDSQLVAX
public static final TYPDEFNAM QTDSQLVAX
QTDSQLX86
public static final TYPDEFNAM QTDSQLX86
value
private NAMDR value
TYPDEFNAM
public TYPDEFNAM(DDM ddm,
int len)
throws IOException
TYPDEFNAM
private TYPDEFNAM(NAMDR value)
toString
public String toString()
- Description copied from class:
DATA
- Pretty print.
- Overrides:
toString
in class DATA
- 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 DATA
- Parameters:
ddm
- the DDM stream
IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.