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

Module containers

source code

These classes are very simmilar to primitives in that they manage two relations. The child relation however is not represented by a dbclass, but only by a primitive type.

Classes [hide private]
  _container
  sqltuple
This datatype represents a relationship between relations in which the child relation provides a number of values for a parent relation indexed by the parent's primary key.
  sqldict
This datatype represents a relationship between relations in which the child relation proveies a number of values for a parent relation indexed by the parent's primary key and a unique key for each of the entries.