$UpdStmt: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (Mlarocca moved page $UPDSTMT to $UpdStmt: Lower case change)
 
(No difference)

Latest revision as of 17:55, 31 July 2014

The $UPDSTMT function is used in conjunction with the ON FIELD CONSTRAINT CONFLICT unit.

If $UPDSTMT is invoked from an ON FCC unit following the detection of a field-level constraint conflict, it returns the type of User Language statement causing the conflict. The possible values $UPDSTMT returns are:

  • ADD
  • CHANGE
  • INSERT
  • STORE

In all other cases, $UPDSTMT returns a null string. The $UPDSTMT function takes no arguments.