| Trees | Index | Help |
|
|---|
| Module database :: Class Database |
|
| Method Summary | |
|---|---|
@param filename: database filename... | |
__del__(self)
| |
__enter__(self)
| |
__exit__(self,
ex_type,
ex_value,
tb)
| |
doestableexist(self,
tablename)
| |
getcolumns(self,
tablename,
onlynames)
| |
Executes statement and return a generator of the results | |
execute statements repeatedly with params | |
updateindirecttable(self,
tablename,
indirects)
| |
| Method Details |
|---|
__init__(self,
filename,
virtualtables=None)
|
sql(self, statement, params=())Executes statement and return a generator of the results |
sqlmany(self, statement, params)execute statements repeatedly with params |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:32 2008 | http://epydoc.sf.net |