|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static short |
BNDCHKONL
Bind Check Only (BNDCHKONL) specifies that the target relational database (RDB) performs all syntax and semantic checks on the SQL statements bound to the package. |
static short |
BNDERRALW
Bind Errors Allowed (BNDERRALW) specifies that the target relational database (RDB) performs all syntax and semantic checks on the SQL statements being bound to the package. |
static short |
BNDEXSOPT
Bind Object Existence Option (BNDEXSOPT) specifies that if a named relational database (RDB) object (table, view, and so on) does not exist or the requester is not authorized to a named RDB object, then the RDB must not treat either of those conditions as an error during the bind or rebind process. |
static short |
BNDEXSRQR
Bind Object Existence Required (BNDEXSRQR) specifies that if a named relational database (RDB) object (table view, and so on) does not exist or the requester is not authorized to a named RDB object, then the RDB must treat this condition as an error during the bind process. |
static short |
BNDNERALW
Bind No Errors Allowed (BNDNERALW) specifies that the target RDB performs all syntax and semantic checks on the SQL statements bound to the package. |
static short |
CSTBITS
Character Subtype Bits (CSTBITS) specifies that the target relational database (RDB) uses the FOR BITS DATA SQL character subtype for all new character columns for which an explicit subtype is not specified. |
static short |
CSTMBCS
Character Subtype MBCS (CSTMBCS) specifies that the target relational database (RDB) uses the FOR MIXED DATA SQL character subtype for all new character columns for which an explicit subtype is not specified. |
static short |
CSTSBCS
Character Subtype SBCS (CSTSBCS) specifies that the target relational database (RDB) uses the FOR SBCS DATA SQL character subtype for all new character columns an explicit subtype is not specified. |
static short |
CSTSYSDFT
Character Subtype System Default (CSTSYSDFT) specifies that the target relational database (RDB) uses the target system-defined default for all new character columns for which an explicit subtype is not specified. |
static short |
DECDELCMA
Decimal Delimiter Is Comma (DECDELCMA) specifies that the decimal delimiter in the SQL 8106 statements is the comma (with the Graphic Character Global Identifier (GCGID) SP08) character. |
static short |
DECDELPRD
Decimal Delimiter Is Period (DECDELPRD) specifies that the decimal delimiter in the SQL 8121 statements is the period (with the Graphic Character Global Identifier (GCGID) SP11) character. |
static short |
DFTPKG
Package Default (DFTPKG) is a parameter that helps define the SQL statement delimiters. |
static short |
EURDATFMT
The European Date Format (EURDATFMT) specifies that dates in the Structured Query Language (SQL) statements are in the European date format: dd.mm.yyyy where "." is a period character (with the Graphic Character Global IDentifier (GCGID) SP11). |
static short |
EURTIMFMT
The European Time Format (EURTIMFMT) specifies that times in the Structured Query Language (SQL) statements are in the European time format: hh.mm.ss where "." is a period character (with the Graphic Character Global IDentifier (GCGID) SP11). |
static short |
EXPALL
The Explain All Explainable SQL Statements (EXPALL) specifies that the target SQLAM causes the target relational database (RDB) manager to explain normally any explainable SQL statements during the bind or rebind process. |
static short |
EXPNON
The Explain No SQL Statements (EXPNON) specifies that the target SQLAM does not cause the target relational database (RDB) to explain any explainable Structured Query Language (SQL) statements during the bind process. |
static short |
FIXROWPRC
Fixed Row Query Protocol (FIXROWPRC) supports both non-scrollable and scrollable cursors. |
static short |
FRCFIXROW
The Force Fixed Row Query Protocol (FRCFIXROW) code point specifies the fixed row query protocol to be used. |
static short |
ISODATFMT
ISO Date Format (ISODATFMT) specifies that dates which appear in the SQL statements are in the International Standard Organization (ISO) date format, which is: yyyy-mm-dd where - is a hyphen (with the Graphic Character Global IDentifier (GCGID) SP10). |
static short |
ISOLVLALL
Isolation Level All (ISOLVLALL) specifies that the execution of SQL statements in the package is isolated (protected) from the actions of concurrent users for rows the requester reads and changes. |
static short |
ISOLVLCHG
Isolation Level Change (ISOLVLCHG) specifies that the execution of SQL statements in the package is isolated (protected) from the actions of concurrent users for changes the requester makes. |
static short |
ISOLVLCS
Isolation Level Cursor Stability (ISOLVLCS) specifies that the execution of Structured Query Language (SQL) statements in the package and the current row to which the database cursor is positioned are isolated (protected) from the actions of concurrent users for changes the requester makes. |
static short |
ISOLVLNC
Isolation Level No Commit (ISOLVLNC) is used when SQL statements are executed. |
static short |
ISOLVLRR
Isolation Level Repeatable Read (ISOLVLRR) specifies that the execution of Structured Query Language (SQL) statements in the package is isolated (protected) from the actions of concurrent users for rows the requester reads and changes, as well as phantom rows. |
static short |
ISOTIMFMT
The ISO Time Format (ISOTIMFMT) specifies that when times appear in the Structured Query Language (SQL) statements they will be in the International Standard Organization (ISO) time format, which is: hh.mm.ss where "." is a period (with the Graphic Character Global IDentifier (GCGID) SP11). |
static short |
JISDATFMT
Japanese Industrial Standard Date (JISDATFMT) specifies that date values in the Structured Query Language (SQL) statements are in the Japanese Industrial Standard date format (JISDATFMT): yyyy-mm-dd where "-" is a hyphen (with the Graphic Character Global IDentifier (GCGID) SP10). |
static short |
JISTIMFMT
Japanese Industrial Standard Time Format (JISTIMFMT) specifies that time values in the Structured Query Language (SQL) statements are in the Japanese Industrial Standard time format (JISTIMFMT): hh:mm:ss where ":" is a colon (with the Graphic Character Global IDentifier (GCGID) SP13). |
static short |
LMTBLKPRC
Limited Block Query Protocol (LMTBLKPRC) documents the limited block query protocols. |
static short |
PKGATHKP
Package Authorizations Keep (PKGATHKP) specifies that the target relational database must keep the existing package authorizations when replacing a package. |
static short |
PKGATHRVK
Package Authorizations Revoked (PKGATHRVK) specifies that the target relational database must revoke the existing package authorizations when replacing an existing package. |
static short |
PKGRPLALW
Package Replacement Allowed (PKGRPLALW) specifies that if a relational database package currently exists having the same specified package name (in PKGNAMCT) and version name (PKGRPLVRS) as specified on the BGNBND command, then the existing package will be replaced if the current bind process results in a package being created. |
static short |
PKGRPLNA
Package Replacement Not Allowed (PKGRPLNA) specifies that if a package currently exists that has the same package name and version name (VRSNAM) as specified on the BGNBND command, the bind process must not be initiated. |
static short |
RDBRLSCMM
RDB Release at Commit (RDBRLSCMM) specifies that the RDB releases the package execution resources every time a unit of work is either committed or rolled back. |
static short |
RDBRLSCNV
RDB Release at Conversation Deallocation (RDBRLSCNV) specifies that the target RDB releases the package execution resources when the conversation with the source server is deallocated. |
static short |
STRDELAP
String Delimiter Apostrophe (STRDELAP) specifies that the string delimiter in the SQL statements is an apostrophe (with the Graphic Character Global IDentifier (GCGID) SP05) character and that the delimiter for SQL identifiers is the double quote (with GCGID SP04) character. |
static short |
STTASMEUI
Statement Assumptions Executable Unique Section Input (STTASMEUI) specifies that the source server program preparation process (precompiler) was not able to classify the SQL statement; therefore, the following assumptions are made about the SQL statement: "The statement can be executed with an EXCSQLSTT command. |
static short |
STTSCCCLS
Statement Successfully Classified (STTSCCCLS) specifies that the source server program preparation process (precompiler) properly classified the SQL statement, and therefore, assumptions about the SQL statement are not necessary. |
static short |
STTSTRDEL
String Delimiter Double Quote (STRDELDQ) specifies that the string delimiter in the SQL statements is a double quote (with the Graphic Character Global IDentifier (GCGID) SP04) character and that the delimiter for SQL identifiers is an apostrophe (with the GCGID SP05) character. |
static short |
USADATFMT
USA Date Format (USADATFMT) specifies that dates in the SQL statements are in the USA date format: mm/dd/yyyy where / is a slash (with the Graphic Character Global IDentifier (GCGID) SP12) character. |
static short |
USATIMFMT
USA Time Format (USATIMFMT) specifies that times in the SQL statements are in the USA time format: hh:mm xM x =A or P where ":" is a colon (with the Graphic Character Global IDentifier (GCGID) SP11) character, and A, M, and P are capital (with the Graphic Character IDentifier (GCGID) LA02) characters. |
Field Detail |
public static final short BNDCHKONL
BNDCRTCTL
,
BNDNERALW
,
Constant Field Valuespublic static final short BNDERRALW
BNDCRTCTL
,
Constant Field Valuespublic static final short BNDEXSOPT
BNDCHKEXS
,
Constant Field Valuespublic static final short BNDEXSRQR
BNDCHKEXS
,
Constant Field Valuespublic static final short BNDNERALW
BNDCRTCTL
,
Constant Field Valuespublic static final short CSTBITS
PKGDFTCST
,
Constant Field Valuespublic static final short CSTMBCS
PKGDFTCST
,
Constant Field Valuespublic static final short CSTSBCS
PKGDFTCST
,
Constant Field Valuespublic static final short CSTSYSDFT
PKGDFTCST
,
Constant Field Valuespublic static final short DECDELCMA
STTDECDEL
,
Constant Field Valuespublic static final short DECDELPRD
STTDECDEL
,
Constant Field Valuespublic static final short DFTPKG
STTDECDEL
,
STTSTRDEL
,
Constant Field Valuespublic static final short EURDATFMT
STTDATFMT
,
Constant Field Valuespublic static final short EURTIMFMT
STTTIMFMT
,
Constant Field Valuespublic static final short EXPALL
BNDEXPOPT
,
Constant Field Valuespublic static final short EXPNON
BNDEXPOPT
,
Constant Field Valuespublic static final short FIXROWPRC
public static final short FRCFIXROW
OPNQRY
,
QRYBLKCTL
,
FIXROWPRC
,
LMTBLKPRC
,
Constant Field Valuespublic static final short ISODATFMT
STTDATFMT
,
Constant Field Valuespublic static final short ISOLVLALL
PKGISOLVL
,
Constant Field Valuespublic static final short ISOLVLCHG
PKGISOLVL
,
Constant Field Valuespublic static final short ISOLVLCS
PKGISOLVL
,
Constant Field Valuespublic static final short ISOLVLNC
PKGISOLVL
,
Constant Field Valuespublic static final short ISOLVLRR
PKGISOLVL
,
Constant Field Valuespublic static final short ISOTIMFMT
STTTIMFMT
,
Constant Field Valuespublic static final short JISDATFMT
STTDATFMT
,
Constant Field Valuespublic static final short JISTIMFMT
STTTIMFMT
,
Constant Field Valuespublic static final short LMTBLKPRC
public static final short PKGATHKP
PKGATHOPT
,
PKGOWNID
,
PKGRPLALW
,
Constant Field Valuespublic static final short PKGATHRVK
PKGATHOPT
,
PKGOWNID
,
PKGRPLALW
,
Constant Field Valuespublic static final short PKGRPLALW
PKGRPLOPT
,
BNDCHKONL
,
PKGATHOPT
,
PKGOWNID
,
REBIND
,
Constant Field Valuespublic static final short PKGRPLNA
BGNBND
,
PKGRPLOPT
,
org.sourceforge.jxutil.net.ddm.qddbasd.PKGRPLVRS
,
Constant Field Valuespublic static final short RDBRLSCMM
RDBRLSOPT
,
Constant Field Valuespublic static final short RDBRLSCNV
RDBRLSOPT
,
Constant Field Valuespublic static final short STRDELAP
STTSTRDEL
,
Constant Field Valuespublic static final short STTASMEUI
BNDSTTASM
,
Constant Field Valuespublic static final short STTSCCCLS
BNDSTTASM
,
Constant Field Valuespublic static final short STTSTRDEL
public static final short USADATFMT
STTDATFMT
,
Constant Field Valuespublic static final short USATIMFMT
STTTIMFMT
,
Constant Field Values
|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |