| Trees | Indices | Help |
|---|
|
|
|
|||
|
Function Function implementation for PostgreSQL. |
|||
|
Procedure PostgreSQL functions are somewhat different than stored procedures in other databases. |
|||
|
Database Class for PostgreSQL database operations. |
|||
|
Cursor PostgreSQL specific wrapper over sql_base.Cursor. |
|||
|
|||
|
|||
|
|||
|
|||
Convert a query with named parameters (i.e. :id, :name, etc) into one that uses %(id)s, %(name)s parameters instead. python-psycopg2 requires parameters to be in this form, so to keep our existing queries intact we'll convert them when provided to the postgresql driver. RETURNS: the new query with parameters replaced |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 4 07:37:11 2020 | http://epydoc.sourceforge.net |