jxUtil 0.6

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

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

public class BNDSTTASM
extends STRING
implements CodePoints

Bind SQL Statement Assumptions (BNDSTTASM) String specify the assumptions made by the source server program preparation process (the precompiler) makes when it was unable to properly classify the SQL statement contained in the SQLSTT command data object. If the target relational database (RDB) detects an SQL statement that does not match, then the target RDB must reject the SQL statement and return an appropriate SQLCARD reply data object.

See Also:
BNDSQLSTT

Field Summary
static BNDSTTASM ASSUMPTIONS
           
static BNDSTTASM CLASSIFIED
           
static short CP
           
static BNDSTTASM DEFAULT
          DEFAULT = CLASSIFIED
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
BNDSTTASM(DDM ddm, int len)
           
BNDSTTASM(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

ASSUMPTIONS

public static final BNDSTTASM ASSUMPTIONS
See Also:
CodePoints.STTASMEUI

CLASSIFIED

public static final BNDSTTASM CLASSIFIED
See Also:
CodePoints.STTSCCCLS

CP

public static final short CP
See Also:
Constant Field Values

DEFAULT

public static final BNDSTTASM DEFAULT
DEFAULT = CLASSIFIED


value

private final CODPNTDR value
Constructor Detail

BNDSTTASM

public BNDSTTASM(DDM ddm,
                 int len)
          throws IOException

BNDSTTASM

public BNDSTTASM(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.