Previous Topic: SQL ChangesNext Topic: SQL COBOL Preprocessor


CREATE TRIGGER Statement

As a convenience to users of CREATE TRIGGER who need to pass large base table rows to a triggered procedure, DATACOM_WHOLE_ROW column has been added. DATACOM_WHOLE_ROW is visible only during execution of the CREATE TRIGGER statement. When you pass the special DATACOM_WHOLE_ROW column name to your procedure, the procedure receives a CHAR parameter containing the entire row in CA Datacom/DB format.

Note: For more information, see the CA Datacom/DB SQL User Guide.