SQL() -
Constructor for class org.sourceforge.jxutil.net.ddm.qddrdbd.SQL
SQLAM - class org.sourceforge.jxutil.net.ddm.qddrdbd.SQLAM.
SQL Application Manager (SQLAM) provides a consistent method of requesting
SQL services from a relational database (RDB) for a single application
requester.
SQLAM(DDM, int) -
Constructor for class org.sourceforge.jxutil.net.ddm.qddrdbd.SQLAM
SQLAM(short) -
Constructor for class org.sourceforge.jxutil.net.ddm.qddrdbd.SQLAM
SQLSTT - class org.sourceforge.jxutil.net.ddm.qddrdbd.SQLSTT.
SQL Statement (SQLSTT) specifies that an SQL statement is being either
executed or bound into an RDB package.24 The SQL language standard or
product unique extensions, not DDM architecture, defines the syntax and
semantics of the SQL statement.
STRCODES -
Static variable in class org.sourceforge.jxutil.net.ddm.qddbasd.SECCHKCD
STRDELAP -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
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.
STTASMEUI -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
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.
STTSCCCLS -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
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.
Statement String Delimiter (STTSTRDEL) specifies which separate characters
delimit character strings and delimited SQL identifiers in SQL statements.
STTSTRDEL -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
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.
SYNTAXRM - class org.sourceforge.jxutil.net.ddm.qddbasd.SYNTAXRM.
Data Stream Syntax Error (SYNTAXRM) Reply Message indicates that
the data sent to the target agent does not structurally conform to
the requirements of the DDM architecture.