SQLObject

Module Reference

Packages and Modules

sqlobject
SQLObject
sqlobject.__version__
sqlobject.boundattributes
Bound attributes are attributes that are bound to a specific class and a specific name. In SQLObject a typical example is a column object, which knows its name and class.
sqlobject.cache
This implements the instance caching in SQLObject. Caching is relatively aggressive. All objects are retained so long as they are in memory, by keeping weak references to objects. We also keep other objects in a cache that doesn't allow them to be garbage collected (unless caching is turned off).
sqlobject.classregistry
classresolver.py
2 February 2004, Ian Bicking <ianb@colorstudy.com>
sqlobject.col
Col -- SQLObject columns
sqlobject.constraints
Constraints
sqlobject.converters
sqlobject.dbconnection
sqlobject.dberrors
dberrors: database exception classes for SQLObject.
sqlobject.declarative
Declarative objects.
sqlobject.events
sqlobject.firebird
sqlobject.include
sqlobject.index
sqlobject.inheritance
sqlobject.joins
sqlobject.main
sqlobject.manager
sqlobject.maxdb
sqlobject.mssql
sqlobject.mysql
sqlobject.postgres
sqlobject.rdbhost
sqlobject.sqlbuilder
sqlobject.sqlite
sqlobject.sresults
sqlobject.styles
sqlobject.sybase
sqlobject.util
sqlobject.versioning
sqlobject.views