| Oryx documentation | Contained in the Oryx distribution. |
Oryx::DBM::Association - Abstract base for DBM association implementations
See Oryx::Association.
This is an abstract base class for the DBM implementations of associations.
Oryx, Oryx::DBM, Oryx::Association, Oryx::DBM::Association::Array, Oryx::DBM::Association::Hash, Oryx::DBM::Association::Reference
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.
| Oryx documentation | Contained in the Oryx distribution. |
package Oryx::DBM::Association; use base qw(Oryx::Association); 1; __END__