jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER
              |
              +--org.sourceforge.jxutil.net.ddm.qddrdbd.SQLAM

public class SQLAM
extends MANAGER

SQL Application Manager (SQLAM) provides a consistent method of requesting SQL services from a relational database (RDB) for a single application requester. In doing so, it also provides for the transparent distribution of SQL statement processing to remote RDBs.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER
mgrlvln
 
Constructor Summary
SQLAM(DDM ddm, int len)
           
SQLAM(short level)
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER
toString
 
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

SQLAM

public SQLAM(DDM ddm,
             int len)
      throws IOException

SQLAM

public SQLAM(short level)
Method Detail

write

public void write(DDM ddm)
           throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class DATA
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

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