Loading...
 

CreateTransCollection

CreateTransCollection

CreateTransCollection, CreateTransCollection(collType), CreateTransCollection(collType, rep)

Parameters:

Stack
Stack Position Description
Stack(In) Top -
Stack(Out) Top a collection

creates a transient collection. The first parameter defines the type of collection; default assumption is SET.

Note: The type ARRAY is currently not supported for transient collections. Please use LIST instead.

Note: The second parameter was used in ObjectStore 5.x to influence the internal representation of the collection. Since ObjectStore 6.0, this parameter is ignored and should no longer be used.