jxUtil 0.6

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

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

public class PRCNAM
extends MGRNAM

The Procedure Name (PRCNAM) Manager Name is an unarchitected string. DDM assumes that the user provides a name to the DDM source server that is formatted as the target server requires for locating the procedure name. The named string contains qualifiers for directories, libraries, catalogs, instances, or other levels of identification of the procedure name. The target agent validates the procedure name according to its own rules for naming. This is done before an attempt to use the specified procedure name. This name must follow the target system's semantic and syntactic rules for procedure names. The default value of PRCNAM is the procedure name value contained within the section identified by the pkgnamcsn parameter. If that value is null, then the prcnam parameter must be specified. No semantic meaning is assigned to procedure names in DDM.

See Also:
EXCSQLSTT

Field Summary
static short CP
           
private  NAMDR value
           
 
Constructor Summary
PRCNAM(DDM ddm, int len)
           
PRCNAM(NAMDR value)
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
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

private final NAMDR value
Constructor Detail

PRCNAM

public PRCNAM(DDM ddm,
              int len)
       throws IOException

PRCNAM

public PRCNAM(NAMDR value)
Method Detail

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.