jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.COMMAND
                          |
                          +--org.sourceforge.jxutil.net.ddm.qddrdbd.DRPPKG

public class DRPPKG
extends COMMAND

Drop RDB Package (DRPPKG) Command drops a named package from a relational database (RDB). A package cannot be dropped if it is being bound to the RDB. Source System Processing The source system determines the location of the RDB: Local Call the local RDB server. Remote Send the DRPPKG command to the remote RDB server. Data Conversion If the CCSIDMGR is active and the code pages between the source and target systems are different, then the character data within the DDM parameter objects undergoes conversion between the code pages.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
 
Constructor Summary
DRPPKG(DDM ddm, int len)
           
 
Method Summary
 PKGNAM getPKGNAM()
           
 RDBNAM getRDBNAM()
           
 VRSNAM getVRSNAM()
           
 void setPKGNAM(PKGNAM pkgnam)
           
 void setRDBNAM(RDBNAM rdbnam)
           
 void setVRSNAM(VRSNAM vrsnam)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
get, put, toString, write
 
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
Constructor Detail

DRPPKG

public DRPPKG(DDM ddm,
              int len)
       throws IOException
Method Detail

getPKGNAM

public PKGNAM getPKGNAM()

getRDBNAM

public RDBNAM getRDBNAM()

getVRSNAM

public VRSNAM getVRSNAM()

setPKGNAM

public void setPKGNAM(PKGNAM pkgnam)

setRDBNAM

public void setRDBNAM(RDBNAM rdbnam)

setVRSNAM

public void setVRSNAM(VRSNAM vrsnam)

jxUtil 0.6

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