ViewSQLObject
A SQLObject class that derives all it's values from other SQLObject classes.
Columns on subclasses should use SQLBuilder constructs for dbName,
and sqlmeta should specify:
The ViewSQLObject class is accessible via the
sqlobject.views
module.
- idName as a SQLBuilder construction
- clause as SQLBuilder clause for specifying join conditions or other restrictions
- table as an optional alternate name for the class alias
See test_views.py for simple examples.
Attributes
Methods
See
the source
for more information.