Previous |
Next |
Topics:
You can merge members of a collection with values passed in a set of arrays. By using the p_init_query
argument, you can create a collection from the supplied query.
If you truncate a collection, you remove all members from the specified collection, but the named collection remains in place.
If you delete a collection, you delete the collection and all of its members. Be aware that if you do not delete a collection, it will eventually be deleted when the session is purged.
Use the DELETE_ALL_COLLECTIONS
method to delete all collections defined in the current application.
Use the DELETE_ALL_COLLECTIONS_SESSION
method to delete all collections defined in the current session.