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 |
|
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
DRPPKG
public DRPPKG(DDM ddm,
int len)
throws IOException
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)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.