Oryx::DBI::Association - Abstract base class for DBI association implementations


Oryx documentation Contained in the Oryx distribution.

Index


Code Index:

NAME

Top

Oryx::DBI::Association - Abstract base class for DBI association implementations

SYNOPSIS

Top

See Oryx::Association.

DESCRIPTION

Top

This is an abstract base class inheriting from Oryx::Association and is implemented by the Oryx DBI association implementations.

SEE ALSO

Top

Oryx, Oryx::DBI, Oryx::DBI::Association::Array, Oryx::DBI::Association::Hash, Oryx::DBI::Association::Reference

AUTHOR

Top

Richard Hundt <richard NO SPAM AT protea-systems.com>

COPYRIGHT AND LICENSE

Top


Oryx documentation Contained in the Oryx distribution.

package Oryx::DBI::Association;
use base qw(Oryx::Association);
1;

__END__