Package orm2 :: Module relationships
[hide private]
[frames] | no frames]

Module relationships

source code

Defines a number of classes based on relationship which model how dbclasses interrelate.

Classes [hide private]
  relationship
Base class for all relationships.
  _2many
  one2many
A one2many relationship is probably the most common relationship between two tables in a RDBMS.
  one2one
  many2many
The many to many relationship manages rows from two tables which are linked by means of a third table, the link_relation.
  many2one