| 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.2 prerelease on Wed Jan 29 06:25:46 2003 | http://epydoc.sf.net |