SQLObject
Module Reference
Packages and Modules
-
sqlobject
-
SQLObject
-
sqlobject.manager
-
sqlobject.mysql
-
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.main
-
sqlobject.postgres
-
sqlobject.views
-
sqlobject.util
-
sqlobject.versioning
-
sqlobject.dberrors
-
dberrors: database exception classes for SQLObject.
-
sqlobject.constraints
-
Constraints
-
sqlobject.index
-
sqlobject.rdbhost
-
sqlobject.mssql
-
sqlobject.sqlbuilder
-
sqlobject.firebird
-
sqlobject.converters
-
sqlobject.classregistry
-
- classresolver.py
- 2 February 2004, Ian Bicking <ianb@colorstudy.com>
-
sqlobject.include
-
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.styles
-
sqlobject.sqlite
-
sqlobject.dbconnection
-
sqlobject.sybase
-
sqlobject.__version__
-
sqlobject.events
-
sqlobject.compat
-
sqlobject.maxdb
-
sqlobject.declarative
-
Declarative objects.
-
sqlobject.sresults
-
sqlobject.col
-
Col -- SQLObject columns
-
sqlobject.inheritance
-
sqlobject.joins