Home | Trees | Indices | Help |
|
---|
|
Builds a table by loading its data from a list of comma separated values (CSV).
|
|||
DefaultDialect Defines a default dialect for the case sniffing fails. |
|
|||
|
|||
instance |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|
|||
TABLE_CSV_FILE_MAPPING =
csv file path |
|||
TABLE_DECLARATION_FILE_MAPPING =
file path containing SQL create table code. |
|||
INDEX_KEYS =
Index keys (not unique) of the created table |
|||
Inherited from |
|
|||
Inherited from |
|
Constructs the TableBuilder.
|
Returns a csv reader object for a given file name. The file can start with the character '#' to mark comments. These will be ignored. The first line after the leading comments will be used to guess the csv file's format.
|
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:13 2009 | http://epydoc.sourceforge.net |