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.
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 |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
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
QRYPRCTYP
public QRYPRCTYP(DDM ddm,
int len)
throws IOException
QRYPRCTYP
private QRYPRCTYP(short value)
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
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.