Oryx::DBI::Association::Reference - DBI implementation of reference associations
See Oryx::Association::Reference.
This is an implementation of simple reference associations for connections made
via the Oryx::DBI class.
This is just a quick run-down of implementation details as of this writing to
help introduce users to the database internals. These details may change with
future releases and might have changed since this documentation was written.
References are implemented as additional fields in the source
table linking to the foreign table. The field will have the same name as the
foreign table.
Richard Hundt <richard NO SPAM AT protea-systems.com>
Copyright (c) 2005 Richard Hundt.
This library is free software and may be used under the same terms
as Perl itself.