Home | Trees | Indices | Help |
---|
|
Base class for the input conversion API.
The basic requirement is to implement the convert method which takes the values and must return a tuple of strings.
|
|||
|
convert(self,
*values) Convert Python values to strings suitable for MySQL. |
|
Convert Python values to strings suitable for MySQL. This method takes a sequence of Python values to convert. It must return a tuple of strings suitable for MySQL, with all appropriate escaping done.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:28 2006 | http://epydoc.sourceforge.net |