| Home | Trees | Indices | Help |
|
|---|
|
|
Implements an abstract class for building a table from a generator providing entries.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
COLUMNS = Columns that will be built |
|||
PRIMARY_KEYS = Primary keys of the created table |
|||
INDEX_KEYS = Index keys (not unique) of the created table |
|||
COLUMN_TYPES = Column types for created table |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Returns the entry generator. Needs to be implemented by child classes. |
Build the table provided by the TableBuilder. Methods should raise an IOError if reading a data source fails. The DatabaseBuilder knows how to handle this case and is able to proceed.
|
Removes the table provided by the TableBuilder from the database.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 19 22:38:21 2009 | http://epydoc.sourceforge.net |