Search results for "module:Class::DBI::Relationship"
Class::DBI::Relationship - base class for Relationships
A Class::DBI class represents a database table. But merely being able to represent single tables isn't really that useful - databases are all about relationships. So, Class::DBI provides a variety of Relationship models to represent common database o...
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
Class::DBI::Relationship::IsA - A Class::DBI module for 'Is A' relationships
Class::DBI::Relationship::IsA Provides an Is A relationship between Class::DBI classes/tables. By using this module you can emulate some features of inheritance both within your database and classes through the Class::DBI API. NOTE: This module is st...
TEEJAY/Class-DBI-Relationship-IsA-0.05 - 07 Aug 2005 23:33:42 UTC
Class::DBI::Loader::Relationship - Easier relationship specification in CDBI::L
This module acts as a mix-in, adding the "relationship" method to "Class::DBI::Loader". Since "Class::DBI::Loader" knows how to map between table names and class names, there ought to be no need to replicate the names. In addition, it is common (but ...
SIMON/Class-DBI-Loader-Relationship-1.2 - 01 Mar 2004 16:52:31 UTC
Class::DBI::Relationship::HasVariant - columns with varying types
The "has_a" relationship in Class::DBI works like this: __PACKAGE__->has_a($columnname => $class, %options); The column is inflated into an instance of the named class, using methods from the options or default methods. The inflated value must be of ...
RJBS/Class-DBI-Relationship-HasVariant-0.020 - 11 Nov 2006 03:55:11 UTC
Class::DBI::Relationship::HasManyOrdered - A Class::DBI module for Ordered 'Has Many' relationships
Class::DBI::Relationship::HasManyOrdered Provides an ordered 'Has Many' relationship between Class::DBI classes. This relationship enhances the HasMany relationship already provided in Class::DBI to allow you to quickly and easily deal with ordered '...
TEEJAY/Class-DBI-Relationship-HasManyOrdered-0.03 - 03 Aug 2005 19:15:42 UTC
lib/Class/DBI/Frozen/301/Relationship/MightHave.pm
BOBTFISH/Class-DBI-Frozen-301-3.0.1
-
22 Jan 2010 03:22:25 UTC
lib/Class/DBI/Frozen/301/Relationship/HasMany.pm
BOBTFISH/Class-DBI-Frozen-301-3.0.1
-
22 Jan 2010 03:22:25 UTC
lib/Class/DBI/Frozen/301/Relationship/HasA.pm
BOBTFISH/Class-DBI-Frozen-301-3.0.1
-
22 Jan 2010 03:22:25 UTC
Class::XML - Simple XML Abstraction
Class::XML is designed to make it reasonably easy to create, consume or modify XML from Perl while thinking in terms of Perl objects rather than the available XML APIs; it was written out of a mixture of frustration that JAXB (for Java) and XMLSerial...
MSTROUT/Class-XML-0.06 - 29 Mar 2005 12:28:48 UTC
Oryx::Class - abstract base class for Oryx classes
Abstract base class for Oryx persistent classes....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
Class::Tables - Auto-vivification of persistent classes, based on RDBMS schema
ROSULEK/Class-Tables-0.28
-
16 Jul 2004 03:26:49 UTC
Class::Inflate - Inflate HASH Object from Values in Database
Allows for any blessed HASH object to be populated from a database, by describing table relationships to each method. When specifying a database relationship to a method, there are several hooks you can specify: inflate Called when converting databas...
KOLIBRIE/Class-Inflate-0.07 - 11 Feb 2008 22:05:51 UTC
Class::Persist - Persistency framework for objects
Provides the framework to persist the objects in a DB in a Class::DBI style...
RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC
Class::PObject - Simple framework for programming persistent objects
Class::PObject is a simple class framework for programming persistent objects in Perl. Such objects can store themselves into disk, and restore themselves from disk....
SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC
DBIx::Class::Row - Basic row methods
This class is responsible for defining and doing basic operations on rows derived from DBIx::Class::ResultSource objects. Result objects are returned from DBIx::Class::ResultSets using the create, find, next and all methods, as well as invocations of...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::DBI::Lite - Lightweight ORM for Perl
"Class::DBI::Lite" offers a simple way to deal with databases in an object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with ...
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC