Package picalo :: Package base :: Module Table :: Class TableDataPageFile
[show private | hide private]
[frames | no frames]

Class TableDataPageFile


A single page file on disk
Method Summary
  __init__(self, table, active)
Constructor.
  __del__(self)
Destructor that deletes the disk file associated with this page
  activate(self, active)
Activates or deactivates this page.

Method Details

__init__(self, table, active=False)
(Constructor)

Constructor. Send in the table object, and a potential data source cursor for delayed loading of pages.

__del__(self)
(Destructor)

Destructor that deletes the disk file associated with this page

activate(self, active)

Activates or deactivates this page. When a page is deactivated, it saves it's data to disk and clears its cache of data. When a page is activated, it loads it's data from disk and fills its cache of data.

Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 http://epydoc.sf.net