Home | Trees | Indices | Help |
|
---|
|
TableBuilder provides the abstract layout for classes that build a distinct table.
|
|||
|
|||
|
|||
|
|||
str |
|
||
|
|||
object |
|
||
Inherited from |
|
|||
PROVIDES =
Contains the name of the table provided by this module. |
|||
DEPENDS =
Contains the names of the tables needed for the build process. |
|
|||
Inherited from |
|
Constructs the TableBuilder.
|
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. |
Tries to locate a file with a given list of possible file names under the classes default data paths. For each file name every given path is checked and the first match is returned.
|
Returns a SQLAlchemy Table object.
|
Returns a SQLAlchemy Table object.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:31 2009 | http://epydoc.sourceforge.net |