Home | Trees | Indices | Help |
|
---|
|
Conversions between type systems.
The DC software has to deal with a quite a few type systems:
Based on the (stinking) framework of utils.typeconversions, this module contains converters between them as necessary. The linuga franca of our type systems is SQL+extensions as laid down in utils.typeconversions.
Classes | |
FromSQLConverter is an abstract base class for type converters from the SQL type system. |
|
ConversionError |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
returns a postgres type for one of our internal SQL types. This is really only necessary because of our UNICODE hack. And it shouldn't become more complex than this. >>> sqltypeToPG("INT[23, 42]") 'INT[23, 42]' >>> sqltypeToPG("uniCode[23]") 'TEXT[23]' |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |