jxUtil 0.6

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.


Field Summary
static short CP
           
 NAMSYMDR value
           
 
Constructor Summary
RDBNAM(DDM ddm, int len)
           
RDBNAM(NAMSYMDR value)
           
 
Method Summary
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
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

value

public NAMSYMDR value
Constructor Detail

RDBNAM

public RDBNAM(DDM ddm,
              int len)
       throws IOException

RDBNAM

public RDBNAM(NAMSYMDR value)
Method Detail

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

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.