icTableName | input | character | Database table name |
icPrepare | input | character | Progress for each statement defining what record(s) must be updated. |
icFieldList | input | character | Comma seperated list of field names to update. If this list is empty, the record(s) to update will be deleted. |
icFieldListDataTypes | input | character | Comma seperated list of data type of each field in icFieldList. data type = c (character) d (decimal) i (integer) l (logical) t (date) |
icAbsolute | input | character | chr(2) seperated list of absolute values to write to the fields of icFieldList. The same value(s) will be written to each record to update. Cannot be combined with icIncremental. |
icIncremental | input | character | chr(2) seperated list of values to add to the fields of icFieldList. The same value(s) will be added in each record to update. Fields to update are restricted to data types integer and decimal. Cannot be combined with icAbsolute. |
ihClass | input | handle | Handle to the class that is using the persistence layer. In most of the cases, this handle will be available in the preprocessor {&TARGETPROCEDURE}. |
icUserLogin | input | character | |
oiReturnStatus | output | integer | Return status of the method. |