| Trees | Index | Help |
|
|---|
| Package repository :: Package persistence :: Module DBRepository :: Class DBRepository |
|
object--+ |CRepository--+ |Repository--+ |OnDemandRepository--+ | DBRepository
| Method Summary | |
|---|---|
Construct an DBRepository giving it a DB container pathname | |
backup(self,
dbHome)
| |
Close the repository. | |
Create a new repository in self.dbHome. | |
Create a repository view. | |
Delete a repository. | |
Open a repository in self.dbHome. | |
Inherited from Repository:
__repr__,
check,
dir,
getCurrentView,
getOpenViews,
setCurrentView,
setDebug
Inherited from CRepository:
__new__,
isClosed,
isDebug,
isOpen,
isRefCounted
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
| |
| Property Summary | |
|---|---|
Inherited from Repository:
view,
views
|
| Instance Variable Summary | |
|---|---|
Inherited from CRepository:
repository,
store
|
| Class Variable Summary | |
|---|---|
int |
OPEN_FLAGS = 172096 |
UUID |
openUUID = <UUID: c54211ac-131a-11d9-8475-000393db837c>
|
Inherited from Repository:
itsUUID
Inherited from CRepository:
CLOSED,
DEBUG,
OPEN,
RAMDB,
REFCOUNTED,
VERIFY
| |
| Method Details |
|---|
__init__(self,
dbHome)
Construct an DBRepository giving it a DB container pathname
|
close(self)Close the repository. The repository's underlying persistence implementation is closed.
|
create(self, **kwds)Create a new repository in
|
createView(self, name=None, version=None)Create a repository view. The repository view is created open. SeeRepositoryView for more details.
|
delete(self)Delete a repository. Files for the repository inself.dbHome are
removed.
|
open(self, **kwds)Open a repository in
|
| Class Variable Details |
|---|
OPEN_FLAGS
|
openUUID
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Dec 19 13:33:28 2005 | http://epydoc.sf.net |