DBIx-Class-ResultSource-MultipleTableInheritance

 view release on metacpan or  search on metacpan

README.html  view on Meta::CPAN

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:amiri@akbuntu.(none)" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#notice">NOTICE</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#why">WHY?</a></li>
	<li><a href="#how">HOW?</a></li>
	<li><a href="#methods">METHODS</a></li>
	<li><a href="#author">AUTHOR</a></li>
	<ul>

		<li><a href="#contributors">CONTRIBUTORS</a></li>
	</ul>

	<li><a href="#copyright">COPYRIGHT</a></li>
	<li><a href="#license">LICENSE</a></li>
	<li><a href="#see_also">SEE ALSO</a></li>
</ul>

<hr name="index" />
</div>
<!-- INDEX END -->

<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>DBIx::Class::ResultSource::MultipleTableInheritance
Use multiple tables to define your classes</p>
<p>
</p>
<hr />
<h1><a name="notice">NOTICE</a></h1>
<p>This only works with PostgreSQL at the moment. It has been tested with
PostgreSQL 9.0, 9.1 beta, and 9.1.</p>
<p>There is one additional caveat: the &quot;parent&quot; result classes that you
defined with this resultsource must have one primary column and it must
be named &quot;id.&quot;</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
    {
        package Cafe::Result::Coffee;</pre>
<pre>
        use strict;



( run in 2.554 seconds using v1.01-cache-2.11-cpan-acebb50784d )