Home | Trees | Indices | Help |
|
---|
|
Help to generate SQL strings usable by the Python DB-API. :author: Logilab :copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: General Public License version 2 - http://www.gnu.org/licenses
Classes | |
SQLGenerator Helper class to generate SQL strings to use with python's DB-API. |
|
BaseTable Another helper class to ease SQL table manipulation. |
Functions | |||
|
|||
|
Function Details |
Take a cursor and a list of records fetched with that cursor, then return a list of dictionnaries (one for each record) whose keys are column names and values are records' values. :param cursor: cursor used to execute the query :param records: list returned by fetch*() |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 1 09:46:46 2008 | http://epydoc.sourceforge.net |