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::Company(3) User Contributed Perl Documentation DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Company(3)

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

Companies are entities people work for. A person can work for one or more companies. For the purposed of making this easy (for now) we will say that a company can exist without employees and that there is no logic preventing a person from working for more than one company at a time.

This module defines the following package methods

Name of the Physical table in the database

Add columns and meta information

company_id

Primary Key which is an auto generated autoinc

name

The company's name

Sets the Primary keys for this table

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

A resultset of Persons 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.