jxUtil 0.6

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

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

public final class PKGDFTCST
extends STRING
implements CodePoints

Package Default Character Subtype (PKGDFTCST) String e specifies the default SQL character subtype used if a character column is defined by an SQL CREATE or ALTER table statement without an explicit subtype being specified.

See Also:
ACCRDBRM, BGNBND, ENDBND, REBIND

Field Summary
static PKGDFTCST BITS
           
static short CP
           
static PKGDFTCST DEFAULT
          DEFAULT = SYSDEFAULT
static PKGDFTCST MBCS
           
static PKGDFTCST SBCS
           
static PKGDFTCST SYSDEFAULT
           
private  CODPNTDR 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
  PKGDFTCST(DDM ddm, int len)
           
private PKGDFTCST(short value)
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BITS

public static final PKGDFTCST BITS
See Also:
CodePoints.CSTBITS

CP

public static final short CP
See Also:
Constant Field Values

DEFAULT

public static final PKGDFTCST DEFAULT
DEFAULT = SYSDEFAULT


MBCS

public static final PKGDFTCST MBCS
See Also:
CodePoints.CSTMBCS

SBCS

public static final PKGDFTCST SBCS
See Also:
CodePoints.CSTSBCS

SYSDEFAULT

public static final PKGDFTCST SYSDEFAULT
See Also:
CodePoints.CSTSYSDFT

value

private final CODPNTDR value
Constructor Detail

PKGDFTCST

public PKGDFTCST(DDM ddm,
                 int len)
          throws IOException

PKGDFTCST

private PKGDFTCST(short value)
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.