Loading...
 

CreateCollection

CreateCollection

os_collection *CreateCollection(short type = OS_SET)

Parameters Description
OS_SET Collection os_set
OS_LIST Collection os_list
OS_BAG Collection os_bag
OS_ARRAY Collection os_array
  
Return value Description
collection a persistent collection

The object manager creates a collection of the type requested in the parameter. The collection is created in the ScratchPad segment of the database. The function corresponds to the CreateCollection statement.