org.sourceforge.jxutil.net.ddm.qddrdbd
Class ACCRDBRM
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.qddbasd.RPYMSG
|
+--org.sourceforge.jxutil.net.ddm.qddrdbd.ACCRDBRM
- public class ACCRDBRM
- extends RPYMSG
Access to RDB Completed (ACCRDBRM) Reply Message specifies that an instance
of the SQL application manager has been created and is bound to the
specified relational database (RDB).
The typdefnam parameter specifies the name of the data type to the data
representation mapping definitions that the target SQLAM uses when sending
reply data objects. The typdefovr parameter specifies the single-byte,
double-byte, and mixed-byte CCSIDs of the scalar data arrays (SDA) in the
identified data type to the data representation mapping definitions. If the
target SQLAM cannot support the typdefovr parameter values specified for the
double-byte and mixed-byte CCSIDs on the corresponding ACCRDB command, then
the severity code WARNING is specified on the ACCRDBRM. The prdid provides
the source server with the product release level of the target RDB server.
The rdbinttkn parameter returns an interrupt token that a target SQLAM
generates which the requester uses to interrupt a DDM command. If the target
SQLAM does not specify the rdbinttkn parameter, the requester cannot
interrupt the execution of the DDM commands. The crrtkn parameter carries
information to correlate with the work being done on behalf of an
application at the source and at the target server. The pkgdftcst parameter
specifies the default SQL character subtype used for any character columns
defined by an SQL CREATE or ALTER table statement not having an explicit
subtype specified. This parameter is returned if the value of TRGDFTRT is
TRUE in ACCRDB. The usrid parameter specifies the target-defined user ID.
This parameter is returned if the value of TRGDFTRT is TRUE in ACCRDB. The
srvlst parameter is returned if the RDB is managed by a group of servers.
The purpose is to list the addresses that may be used by the source server
for workload balancing.
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
crrtkn
public CRRTKN crrtkn
pkgdftcst
public PKGDFTCST pkgdftcst
prdid
public PRDID prdid
srvdgn
public SRVDGN srvdgn
srvlst
public SRVLST srvlst
svrcod
public SVRCOD svrcod
typdefnam
public TYPDEFNAM typdefnam
typdefovr
public TYPDEFOVR typdefovr
usrid
public USRID usrid
ACCRDBRM
public ACCRDBRM(DDM ddm,
int len)
throws IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.