Module SQL
[show private | hide private]
[frames | no frames]

Module SQL

Cache-Controlled Z SQL Methods

Z SQL Methods that share a cache across threads of a Zope server, allowing the cache to be cleared for all threads.
Authors:
Dieter Maurer <dieter@handshake.de>, Joel Burton <joel@joelburton.com>

Contact: Joel Burton <joel@joelburton.com>

License: GPL

Classes
SQL CC SQL Database methods.'''

Function Summary
  manage_addCCSQLMethod(self, id, title, connection_id, arguments, template, REQUEST, submit)
Add an SQL Method

Function Details

manage_addCCSQLMethod(self, id, title, connection_id, arguments, template, REQUEST=None, submit=None)

Add an SQL Method
Parameters:
connection_id - the id of a database connection that resides in the current folder or in a folder above the current folder. The database should understand SQL.
           (type=string)
arguments - arguments specifications, as would be given in the SQL method cration form.
           (type=string)
template - source for the SQL template.
           (type=string)

Generated by Epydoc 2.0 on Fri Jan 16 00:08:27 2004 http://epydoc.sf.net