org.sourceforge.jxutil.net.ddm.qddrdbd
Class RDBNAM
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.qddbasd.MGRNAM
|
+--org.sourceforge.jxutil.net.ddm.qddrdbd.RDBNAM
- public class RDBNAM
- extends MGRNAM
Relational Database Name.
Relational Database Name (RDBNAM) specifies the name of a relational
database (RDB) of the server. A server can have more than one RDB.
The RDBNAM syntax is not validated. Prior to DDM Level 7, the RDBNAM has
a fixed length of 18 characters, including right blank padding if the
RDB name is less than 18 characters long. As of DDM Level 7, the RDBNAM
can accommodate an RDB name of up to 255 characters in length, and its
format will vary depending on the length of the RDB name.
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
value
public NAMSYMDR value
RDBNAM
public RDBNAM(DDM ddm,
int len)
throws IOException
RDBNAM
public RDBNAM(NAMSYMDR 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.