| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
FromSQLConverter
is an abstract base class for type converters from the SQL type system.
Implementing classes have to provide a dict simpleMap mapping sql type strings to target types, and a method mapComplex that receives a type and a length (both strings, derived from SQL array types) and either returns None (no matching type) or the target type.
Implementing classes should also provide a typeSystem attribute giving a short name of the type system they convert to.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 17:25:00 2014 | http://epydoc.sourceforge.net |