FreeBSD Manual Pages
Oryx::Association::ArrUser)Contributed Perl DocumenOryx::Association::Array(3) NAME Oryx::Association::Array - Abstract Array association meta-type for Oryx DESCRIPTION Abstract Array association meta-type for Oryx. The actual array which is kept internally is a list of Oryx::Association::Reference instances. This module implements a private "tie" interface for Arrays which is shared accross all Array association implementation classes (Oryx::DBI::Association::Array, for example) as well as an abstract public interface used when subclassing. PUBLIC INTERFACE load loads the data from storage - with DBI style storage, this does a select on the link table to build up the array of Oryx::Association::Reference instances. fetch used by FETCH (see perltie) store used by STORE (see perltie) SEE ALSO Oryx, Oryx::Class, Oryx::Association AUTHOR Copyright (C) 2005 Richard Hundt <richard NO SPAM AT protea-systems.com> LICENSE This library is free software and may be used under the same terms as Perl itself. perl v5.32.1 2006-06-01 Oryx::Association::Array(3)
NAME | DESCRIPTION | PUBLIC INTERFACE | SEE ALSO | AUTHOR | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Oryx::Association::Array&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>