![]() |
![]() |
Cheshire3 Object Model: Class RecordStore |
object --+ | configParser.C3Object --+ | ObjectStore --+ | RecordStore
create_record(self,
session,
record=None)
Create a record and assign it a new identifier. |
|
delete_record(self,
session,
id)
Delete the record with the given identifier from storage. |
|
fetch_record(self,
session,
id)
Return the record with the given identifier. |
|
fetch_recordChecksum(self,
session,
id)
Return a checksum for the record, if one is available. |
|
fetch_recordSize(self,
session,
id)
Return the size of the record, according to its metadata. |
|
replace_record(self,
session,
record)
Permissions checking hook for store_record if the record does not already exist. |
|
store_record(self,
session,
record)
Store an existing record. |
|
Inherited from Inherited from Inherited from Inherited from |
Inherited from Inherited from Inherited from |
|
|
|
|
|
|
|
Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:09:57 2006 | http://epydoc.sf.net |