Home | Trees | Indices | Help |
|
---|
|
Provides an abstract class for building a table with a relation between a Chinese character and another column using the Unihan database.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
DEPENDS =
Contains the names of the tables needed for the build process. |
|||
COLUMN_SOURCE = None Unihan table column providing content for the table. |
|||
COLUMN_TARGET = None Column name for new data in created table. |
|||
COLUMN_TARGET_TYPE = Text(length=None, convert_unicode=False, Type of column for new data in created table. |
|||
GENERATOR_CLASS = None Class defining the iterator for creating the table's data. |
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Constructs the TableBuilder.
|
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.
|
|
COLUMN_SOURCEUnihan table column providing content for the table. Needs to be overwritten in subclass.
|
COLUMN_TARGETColumn name for new data in created table. Needs to be overwritten in subclass.
|
COLUMN_TARGET_TYPEType of column for new data in created table.
|
GENERATOR_CLASSClass defining the iterator for creating the table's data. The constructor needs to take two parameters for the list of entries from the Unihan database and the 'quiet' flag. Needs to be overwritten in subclass.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:32 2009 | http://epydoc.sourceforge.net |