Methods
|
|
_defaultState
_new
_save
_thunk
|
|
_defaultState
|
_defaultState ( ob )
Return a default __setstate__() state for a new ob
|
|
_new
|
_new ( ob )
Create ob in underlying storage and return its new oid
|
|
_save
|
_save ( ob )
Save ob to underlying storage
|
|
_thunk
|
_thunk ( ob )
Hook for implementing cross-database "thunk" references
|