GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person(3) User Contributed Perl Documentation DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person(3)

DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person - A Person Class

Tests for this type of FK relationship

This module defines the following package methods

Name of the Physical table in the database

Add columns and meta information

person_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

Sets the Primary keys for this table

Each Person might have a resultset of friendlist

This person's gender

A resultset of the people listing me as a friend (if any)

A resultset of Persons who are in my FriendList

A resultset of people that have me in their friendlist

Each Person might have a resultset from the company_person table. This is a bridge table in a many-many type relationship

A resultset of Companies via a resultset of connecting CompanyPersons

This module defines the following methods.

Please see DBIx::Class::Schema::PopulateMore For authorship information

Please see DBIx::Class::Schema::PopulateMore For licensing terms.
2014-10-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.