Codeb
Syntax
Codeb(str)
Description
Note: This function has been deprecated and is no longer supported.
CollectGarbage
Syntax
CollectGarbage()
Description
Use the CollectGarbage function to remove any unreachable application objects created by the Application Classes.
Sometimes there may be unrecoverable application objects that are can no longer be referenced from PeopleCode, but which have not been reclaimed and so are still taking up computer memory. Generally this ...
CommitWork
Syntax
CommitWork()
Description
Use the CommitWork function to commit pending changes (inserts, updates, and deletes) to the database.
Returns
A Boolean value, True if data was successfully committed, False otherwise.
CompareLikeFields
Syntax
CompareLikeFields(from, to)
where from and to are constructions that reference rows of data on specific source and target records in the component buffer; each have the following syntax:
level, scrollpath, target_row
and where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname
To prevent ambiguous references, you ...
CompareStrings
Syntax
CompareStrings(new_text, old_text [, content_type [, delimiter]])
Description
Use the CompareStrings function to compare the content of new_text with the content of old_text and return an XML-formatted text string detailing the differences between the two strings.
The XML string indicates the type of change for each line or text segment, based ...
CompareTextDiff
Syntax
CompareTextDiff(new_text, old_text [, content_type [, delimiter]])
Description
Use the CompareTextDiff function to compare the content of new_text with the content of old_text and return an array of array of any detailing the differences between the two strings. The elements of the returned subarray are as follows:
Field or Control |
Definition |
---|---|
ConnectorStringURL |
Specify the URL of the gateway as a ... |