Home | Trees | Index | Help |
---|
Package twisted :: Package persisted :: Package journal :: Module rowjournal |
|
Journal using twisted.enterprise.row RDBMS support.
You're going to need the following table in your database:| CREATE TABLE journalinfo | ( | commandIndex int | ); | INSERT INTO journalinfo VALUES (0);
Classes | |
---|---|
RowJournal |
Journal that stores data 'snapshot' in using twisted.enterprise.row. |
Variable Summary | |
---|---|
int |
DELETE
|
int |
INSERT
|
_Feature |
nested_scopes
|
int |
UPDATE
|
Variable Details |
---|
DELETE
|
INSERT
|
nested_scopes
|
UPDATE
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:10 2003 | http://epydoc.sf.net |