The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Oryx::DBI::Association::Reference - DBI implementation of reference associations

SYNOPSIS

See Oryx::Association::Reference.

DESCRIPTION

This is an implementation of simple reference associations for connections made via the Oryx::DBI class.

GUTS

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.

SEE ALSO

Oryx

AUTHOR

Richard Hundt <richard NO SPAM AT protea-systems.com>

COPYRIGHT AND LICENSE

Copyright (c) 2005 Richard Hundt.

This library is free software and may be used under the same terms as Perl itself.