| Home | Trees | Index | Help |
|---|
| Classes | |
|---|---|
connection |
This class encapsulates a connection to the database where data is cached on connection level. |
record |
This class stands for a record in a database table. |
recordset |
This class manages the result of a query. |
SortRecord |
|
_cache |
This class is acutally not more than a 3-dimensional array with the dimensions called "table", "row", and "field". |
| Exceptions | |
|---|---|
CircularReferenceError |
|
DuplicateRecordError |
|
InvalidCacheError |
|
OrderBySequenceError |
|
StateChangeError |
|
| Function Summary | |
|---|---|
_createDatasource(connections,
database,
content,
order)
| |
_createResultSet(connections,
database,
content,
conditions,
order)
| |
| Function Details |
|---|
_createDatasource(connections, database, content, order=None) |
_createResultSet(connections, database, content, conditions, order) |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Nov 20 23:01:32 2008 | http://epydoc.sf.net |