Methods
|
|
|
|
__del__
|
__del__ ( self )
|
|
__init__
|
__init__ (
self,
base_version,
file=None,
)
|
|
close
|
close ( self )
|
|
getName
|
getName ( self )
|
|
getSize
|
getSize ( self )
|
|
load
|
load (
self,
oid,
version,
)
|
|
modifiedInVersion
|
modifiedInVersion ( self, oid )
|
|
new_oid
|
new_oid ( self )
|
|
registerDB
|
registerDB (
self,
db,
limit,
)
|
|
store
|
store (
self,
oid,
serial,
data,
version,
transaction,
)
Exceptions
|
|
POSException.StorageTransactionError( self, transaction )
|
|
|
tpc_abort
|
tpc_abort ( self, transaction )
|
|
tpc_begin
|
tpc_begin ( self, transaction )
|
|
tpc_finish
|
tpc_finish (
self,
transaction,
f=None,
)
|
|
tpc_vote
|
tpc_vote ( self, transaction )
|
|
undoLog
|
undoLog (
self,
first,
last,
filter=None,
)
|
|
versionEmpty
|
versionEmpty ( self, version )
|
|