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

Class::DBI::Attribute - A value in a column. River stage three • 91 direct dependents • 134 total dependents

This stores the row-value of a certain column in an object. You probably shouldn't be dealing with this directly, and its interface is liable to change without notice....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::PINT - A Class::DBI package providing Tangram and other OOPF features River stage zero No dependents

Class::PINT is an implementation of selected Tangram, and other OOPF related features on top of Class::DBI. The goal of PINT is to provide some of the power and flexibility of Tangram with the maturity, transparency and extensibility of CDBI. I also ...

TEEJAY/Class-PINT-0.01 - 15 Nov 2004 19:54:12 UTC

Class::XML - Simple XML Abstraction River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

Abstract base class for Oryx persistent classes....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC

Class::AutoDB - Almost automatic object persistence coexisting with human-engineered database River stage one • 1 direct dependent • 1 total dependent

This class works closely with Class::AutoClass to provide almost transparent object persistence that can coexist with a human-engineered database. The auto-persistence mechanism provides hooks for connecting the two parts of the database together. Ca...

NATG/Class-AutoDB-1.291 - 18 Dec 2013 22:53:03 UTC

Class::Tables - Auto-vivification of persistent classes, based on RDBMS schema River stage zero No dependents

ROSULEK/Class-Tables-0.28 - 16 Jul 2004 03:26:49 UTC

Class::Persist - Persistency framework for objects River stage zero No dependents

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 River stage zero No dependents

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

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

DBIx::Class::Row - Basic row methods River stage three • 342 direct dependents • 452 total dependents

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::Sweet - Making sweet things sweeter River stage one • 2 direct dependents • 2 total dependents

Class::DBI::Sweet provides convenient count, search, page, and cache functions in a sweet package. It integrates these functions with "Class::DBI" in a convenient and efficient way....

PHRED/Class-DBI-Sweet-0.11 - 26 Jul 2011 03:25:47 UTC

Class::DBI::Plugin - Abstract base class for Class::DBI plugins River stage one • 4 direct dependents • 6 total dependents

Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its purpose is to make writing plugins easier. Writers of plugins should be able to concentrate on the functionality their module provides, instead of having to deal with the symbol...

JCZEUS/Class-DBI-Plugin-0.03 - 23 Jul 2004 14:54:08 UTC

Class::EHierarchy - Base class for hierarchally ordered objects River stage one • 2 direct dependents • 2 total dependents

Class::EHierarchy is intended for use as a base class for objects that need support for class or object hierarchies. Additional features are also provided which can be useful for general property implementation and manipulation. OBJECT HIERARCHIES Ob...

CORLISS/Class-EHierarchy-2.01 - 24 May 2019 17:08:35 UTC

Class::DBI::ToSax - turn database objects to SAX events River stage zero No dependents

This module adds an extra method to Class::DBI, to_sax(). All the usual sorts of SAX handler can be passed in. The example above shows a writer to send the XML to stdout. NB: This class must come first in the inheritance chain because it overrides or...

SEMANTICO/Class-DBI-ToSax-0.10 - 14 Oct 2003 15:16:39 UTC

Exception::Class::DBI - DBI Exception objects River stage one • 4 direct dependents • 5 total dependents

This module offers a set of DBI-specific exception classes. They inherit from Exception::Class, the base class for all exception objects created by the Exception::Class module from the CPAN. Exception::Class::DBI itself offers a single class method, ...

PLICEASE/Exception-Class-DBI-1.04 - 27 May 2019 18:43:25 UTC

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 342 direct dependents • 452 total dependents

A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

Class::PObject::Driver - Pobject driver specifications River stage zero No dependents

Class::PObject::Driver is a base class for all the Object drivers. Driver is another library Class::PObject uses only when disk access is necessary. So you can still use Class::PObject without any valid driver, but it won't be persistent object now, ...

SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC

Class::PINT::DataTypes - Specifying Accessors for complex Class::PINT attributes River stage zero No dependents

This package provides accessors and mutators for Class::PINT attributes with compound or complex datatypes. It provides the built-in datatypes of array, hash and boolean. It also allows you to add additional datatypes and methods....

TEEJAY/Class-PINT-0.01 - 15 Nov 2004 19:54:12 UTC

DBIx::Class::Visualizer - Visualize a DBIx::Class schema River stage one • 1 direct dependent • 1 total dependent

DBIx::Class::Visualizer is a GraphViz2 renderer for DBIx::Class schemas. It is designed to be used as a backend to web applications that can display the rendered graph in a more user friendly way. See Mojolicious::Plugin::DbicSchemaViewer....

CSSON/DBIx-Class-Visualizer-0.0200 - 19 Sep 2016 23:35:16 UTC
49 results (0.053 seconds)