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


Oryx documentation  | view source Contained in the Oryx distribution.

Index


NAME

Top

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

SYNOPSIS

Top

See Oryx::Association::Reference.

DESCRIPTION

Top

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

GUTS

Top

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

Top

Oryx

AUTHOR

Top

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

COPYRIGHT AND LICENSE

Top


Oryx documentation  | view source Contained in the Oryx distribution.