|
NAMEDBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person - A Person ClassDESCRIPTIONTests for this type of FK relationshipPACKAGE METHODSThis module defines the following package methodstableName of the Physical table in the databaseadd_columnsAdd columns and meta informationperson_id Primary Key which is an auto generated autoinc fk_gender_id foreign key to the Gender table name Just an ordinary name age The person's age created When the person was added to the database primary_keySets the Primary keys for this tablefriendlistEach Person might have a resultset of friendlistgenderThis person's genderfanlistA resultset of the people listing me as a friend (if any)friendsA resultset of Persons who are in my FriendListfansA resultset of people that have me in their friendlistcompanies_personEach Person might have a resultset from the company_person table. This is a bridge table in a many-many type relationshipcompaniesA resultset of Companies via a resultset of connecting CompanyPersonsMETHODSThis module defines the following methods.AUTHORPlease see DBIx::Class::Schema::PopulateMore For authorship informationLICENSEPlease see DBIx::Class::Schema::PopulateMore For licensing terms.
Visit the GSP FreeBSD Man Page Interface. |