org.sourceforge.jxutil.net.ddm.qddrdbd
Class RDBCMM
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.RDBCMM
- public class RDBCMM
- extends COMMAND
RDB Commit Unit of Work (RDBCMM) Command commits all work performed for the
current unit of work.
The current unit of work ends and a new unit of work begins. Source System
Processing The source system determines the location of the RDB: Local Call
the local RDB server. Remote Send the RDBCMM command to the remote RDB
server. If the connection is to be reused at the completion of the commit or
rollback, the release connection parameter (rlsconv) is set to REUSE. The
connection cannot be reused until the receipt of the ENDUOWRM. If the target
server responds with rlsconv , set to FALSE, the connection is not allowed
to be reused until the application terminates. If set to REUSE, the target
server returns a set of SQLSTT objects to establish the application
execution environment. 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
RDBCMM
public RDBCMM(DDM ddm,
int len)
throws IOException
getRDBNAM
public RDBNAM getRDBNAM()
setRDBNAM
public void setRDBNAM(RDBNAM rdbnam)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.