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)


Methods

f __init__(self, soClass, connection) ...

f __call__(self, *args, **kw) ...

See the source for more information.