loadRepository
|
The loadRepository function loads every object in the specified ObjectRepository. The repository is
returned as a Directory with each loaded object associated with its retrieval key. The loadRepository
function allows an entire ObjectRepository to be read into memory at once. Think of the loadRepository function
as a block read of all repository objects at once. Usage The loadRepository function allows the entire repository contents to be loaded into memory as a
Directory with all retrieval keys bound to loaded objects.
(loadRepository aGor) This function returns a Directory with each loaded object associated with its retrieval key.
Expression:
Arguments
Name
Type
Description Argument: aGor ObjectRepository
The ObjectRepository which is to be loaded into RAM memory.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
ObjectRepository | Directory |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|