ConnWrapper
This represents a SQLObject class that is bound to a specific
connection (instances have a connection instance variable, but
classes are global, so this is binds the connection variable
lazily when a class method is accessed)
The ConnWrapper class is accessible via the
sqlobject.dbconnection
module.
Methods
See
the source
for more information.