Tag: IBM

Community

Declaration of bind variables

This section explains in detail how to declare bind variables in the otl_stream. A SQL statement, PL/SQL block or a stored procedure call may have placeholders which are usually connected with bind variables in the program. OTL 4.0 has a small parser that parses the SQL statament / PL/SQL block

Community

Table Check Constraints

A check constraint is a rule enforced by DB2 that specifies the values allowed in one or more columns of every row of a table. Prior to DB2 V4.1, check constraints could be specified on views, but their usefulness was quite limited. Find out more about constraints, how to create them and more wi