Home | Trees | Indices | Help |
|
---|
|
Serialising table rows.
The main class in this module is the SerManager, which knows about a target table and figures out how to turn the values in the table rows into strings.
This is used by formats.votablewrite and the HTML table serialisation.
utils.serializers has once been a part of this module. To save migration effort, for now it reproduces that module's interface.
Classes | |
SerManager A wrapper for the serialisation of table data. |
|
VOTNameMaker A class for generating db-unique names from VOTable fields. |
Functions | |||
|
|||
|
Variables | |
__package__ =
|
Function Details |
returns a set of names not suitable for table column names. This comprises SQL reserved words in lower case and, if forRowmaker is true, also some names damaging row makers (e.g. python reserved words).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |