jxUtil 0.6

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.


Field Summary
static short CP
           
 CRRTKN crrtkn
           
 PKGDFTCST pkgdftcst
           
 PRDID prdid
           
 SRVDGN srvdgn
           
 SRVLST srvlst
           
 SVRCOD svrcod
           
 TYPDEFNAM typdefnam
           
 TYPDEFOVR typdefovr
           
 USRID usrid
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
 
Constructor Summary
ACCRDBRM(DDM ddm, int len)
           
 
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

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
Constructor Detail

ACCRDBRM

public ACCRDBRM(DDM ddm,
                int len)
         throws IOException

jxUtil 0.6

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