|
NAMEOryx::DBI::Association::Array - DBI implementation of array asssociationsSYNOPSISSee Oryx::Association::Array.DESCRIPTIONThis is the implementation of Oryx::Association::Array for use with Oryx::DBI connections.GUTSThis 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.An array association is stored into the database as a separate table named for the tables linked and the role of the link: <source>_<role>_<target> within the table there will be exactly three fields:
SEE ALSOOryx, Oryx::DBI, Oryx::Association::ArrayAUTHORRichard Hundt <richard NO SPAM AT protea-systems.com>COPYRIGHT AND LICENSECopyright (c) 2005 Richard Hundt.This library is free software and may be used under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |