NAME
Rose::DB::Object::Metadata::Relationship::OneToMany - One to many table relationship metadata object.
SYNOPSIS
use Rose::DB::Object::Metadata::Relationship::OneToMany;
$rel = Rose::DB::Object::Metadata::Relationship::OneToMany->new(...);
$rel->make_method(...);
...
DESCRIPTION
Objects of this class store and manipulate metadata for relationships in which a single row from one table refers to multiple rows in another table.
This class inherits from Rose::DB::Object::Metadata::Relationship. Inherited methods that are not overridden will not be documented a second time here. See the Rose::DB::Object::Metadata::Relationship documentation for more information.
OBJECT METHODS
- map_column LOCAL [, FOREIGN]
-
If passed a local column name LOCAL, return the corresponding column name in the foreign table. If passed both a local column name LOCAL and a foreign column name FOREIGN, set the local/foreign mapping and return the foreign column name.
- column_map [HASH | HASHREF]
-
Get or set a reference to a hash that maps local column names to foreign column names.
- method_maker_class
- method_maker_type
-
Returns
objects_by_key
. - type
-
Returns "one to many".
AUTHOR
John C. Siracusa (siracusa@mindspring.com)
COPYRIGHT
Copyright (c) 2005 by John C. Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.