The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Class::DBI::AutoLoader"

Class::DBI::AutoLoader - Generates Class::DBI subclasses dynamically. River stage zero No dependents

Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class and "use"d that...

RYANPARR/Class-DBI-AutoLoader-0.12 - 18 Oct 2003 06:51:22 UTC

Class::DBI::ViewLoader::Auto - Load views for existing Class::DBI classes River stage one • 1 direct dependent • 1 total dependent

MATTLAW/Class-DBI-ViewLoader-0.06 - 14 Dec 2015 21:10:07 UTC

Class::Entity - Object interface for relational databases River stage zero No dependents

Class::Entity allows a developer to create an object interface for a relational database by writing a minimal amount of code in a set of sub-classes which correspond to database tables. Right now this module only implements a read only interface. Wri...

PNEWMAN/Class-Entity-0.5 - 23 Jun 2006 16:57:02 UTC

Class::Accessor - Automated accessor generation River stage four • 668 direct dependents • 2002 total dependents

This module automagically generates accessors/mutators for your class. Most of the time, writing accessors is an exercise in cutting and pasting. You usually wind up with a series of methods like this: sub name { my $self = shift; if(@_) { $self->{na...

KASEI/Class-Accessor-0.51 - 22 Oct 2017 17:01:15 UTC

Class::WhiteHole - base class to treat unhandled method calls as errors River stage one • 1 direct dependent • 1 total dependent

Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail. Sometimes you want to a...

MSCHWERN/Class-WhiteHole-0.04 - 24 Jul 2003 03:01:01 UTC
5 results (0.038 seconds)