delete(name)
Instance Public methods
Removes an object hierarchy from the data store, by name.
WARNING: This method is only valid in a #transaction and it cannot be read-only. It will raise PStore::Error if called at any other time.
Removes an object hierarchy from the data store, by name.
WARNING: This method is only valid in a #transaction and it cannot be read-only. It will raise PStore::Error if called at any other time.
Please login to continue.