Package gnue :: Package appserver :: Module data
[show private | hide private]

Module gnue.appserver.data

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)



GNUe Home

Private API

Developer's Corner