GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Oryx::DBI::Association::Array(3) User Contributed Perl Documentation Oryx::DBI::Association::Array(3)

Oryx::DBI::Association::Array - DBI implementation of array asssociations

See Oryx::Association::Array.

This is the implementation of Oryx::Association::Array for use with Oryx::DBI connections.

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.

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:

source_id
This will be the ID field for the source table in the link.
target_id
This will be the ID field for the target table in the link.
_seq
This is used to order the links in the array. The ordering is unique for the tuple (source_id, _seq).

Oryx, Oryx::DBI, Oryx::Association::Array

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.

2006-06-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.