|
|
Cheshire3 Object Model: Class QueryStore |
object --+
|
configParser.C3Object --+
|
ObjectStore --+
|
QueryStore
|
create_query(self,
session,
query=None)
Create a new query in the store. |
|
|
delete_query(self,
session,
id)
Delete a query from the store. |
|
|
fetch_query(self,
session,
id)
Fetch a query from the store. |
|
|
fetch_queryList(self,
session,
req)
Fetch a list of identifiers associated with queries in the store. |
|
|
store_query(self,
session,
object)
Store a query, potentially overwriting an existing copy. |
|
|
Inherited from Inherited from Inherited from Inherited from |
|
|
Inherited from Inherited from Inherited from |
|
|
|
|
|
| Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:09:57 2006 | http://epydoc.sf.net |