Richard Hundt > Oryx > Oryx::Association::Array

Download:
Oryx-0.24.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

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.

syntax highlighting: