jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
              |
              +--org.sourceforge.jxutil.net.ddm.qddrdbd.QRYPRCTYP
All Implemented Interfaces:
CodePoints

public final class QRYPRCTYP
extends STRING
implements CodePoints

Query Protocol Type (QRYPRCTYP) String specifies the type of query protocol the target SQLAM uses.


Field Summary
static short CP
           
static QRYPRCTYP FIXEDROW
           
static QRYPRCTYP LIMBLOCK
           
private  short value
           
 
Fields inherited from interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
BNDCHKONL, BNDERRALW, BNDEXSOPT, BNDEXSRQR, BNDNERALW, CSTBITS, CSTMBCS, CSTSBCS, CSTSYSDFT, DECDELCMA, DECDELPRD, DFTPKG, EURDATFMT, EURTIMFMT, EXPALL, EXPNON, FIXROWPRC, FRCFIXROW, ISODATFMT, ISOLVLALL, ISOLVLCHG, ISOLVLCS, ISOLVLNC, ISOLVLRR, ISOTIMFMT, JISDATFMT, JISTIMFMT, LMTBLKPRC, PKGATHKP, PKGATHRVK, PKGRPLALW, PKGRPLNA, RDBRLSCMM, RDBRLSCNV, STRDELAP, STTASMEUI, STTSCCCLS, STTSTRDEL, USADATFMT, USATIMFMT
 
Constructor Summary
  QRYPRCTYP(DDM ddm, int len)
           
private QRYPRCTYP(short value)
           
 
Method Summary
 Object readResolve()
           
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
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

FIXEDROW

public static final QRYPRCTYP FIXEDROW
See Also:
CodePoints.FIXROWPRC

LIMBLOCK

public static final QRYPRCTYP LIMBLOCK
See Also:
CodePoints.LMTBLKPRC

value

private final short value
Constructor Detail

QRYPRCTYP

public QRYPRCTYP(DDM ddm,
                 int len)
          throws IOException

QRYPRCTYP

private QRYPRCTYP(short value)
Method Detail

readResolve

public Object readResolve()

toString

public String toString()
Description copied from class: DATA
Pretty print.

Overrides:
toString in class DATA
Returns:
the class name and code point value.

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.