| Oryx documentation | Contained in the Oryx distribution. |
Oryx::DBI::Association - Abstract base class for DBI association implementations
See Oryx::Association.
This is an abstract base class inheriting from Oryx::Association and is implemented by the Oryx DBI association implementations.
Oryx, Oryx::DBI, Oryx::DBI::Association::Array, Oryx::DBI::Association::Hash, Oryx::DBI::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::DBI::Association; use base qw(Oryx::Association); 1; __END__