Search results for "module:Class::DBI"
Class::DBI::Pg - Class::DBI extension for Postgres
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. select Postgres system catalog and find out all columns, primary key and SERIAL type column. create table. CREATE TABLE cd ( id SERIAL NOT NULL PRIMARY KEY, title T...
DMAKI/Class-DBI-Pg-0.08 - 11 Mar 2006 08:25:56 UTC
Class::DBI::utf8 - A Class:::DBI subclass that knows about UTF-8
Rather than have to think about things like character sets, I prefer to have my objects just Do The Right Thing. I also want utf-8 encoded byte strings in the database whenever possible. Using this subclass of Class::DBI, I can just put perl strings ...
FOTANGO/Class-DBI-utf8-0.2 - 23 Mar 2007 17:04:23 UTC
Class::DBI::DB2 - Extensions to Class::DBI for DB2
Class::DBI::DB2 automates the setup of Class::DBI columns and primary key for IBM DB2. This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Automatic primary key(s) detection. * Automatic column type dete...
MFERRIS/Class-DBI-DB2-0.16 - 20 May 2004 00:21:50 UTC
Class::DBI::DDL - Combined with Class::DBI to create and dispose of tables
This module is used to added to a Class::DBI class to allow it to automatically generate DDL calls to create a table if it doesn't exist in the database already. It attempts to do so in such a way as to be database independent whenever possible. Use ...
HANENKAMP/Class-DBI-DDL-1.02 - 16 Sep 2005 03:21:31 UTC
Class::DBI::DFV - check that your data is valid using DFV
EVDB/Class-DBI-DFV-0.02
-
15 Nov 2005 22:48:40 UTC
Class::DBI::SAK - Class::DBI Swiss Army Knife (SAK)
By taking the busy work out of using Class::DBI as you see fit, your code becomes more useful by size. Most of us end up using at least a couple Class::DBI extensions in our programs, and it's just a pain. Enter the Swiss Army Knife. This module is i...
CWEST/Class-DBI-SAK-1.4 - 23 Sep 2003 00:08:00 UTC
Class::DBI::Query - Deprecated SQL manager for Class::DBI
This abstracts away many of the details of the Class::DBI underlying SQL mechanism. For the most part you probably don't want to be interfacing directly with this. The underlying mechanisms are not yet stable, and are subject to change at any time....
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 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
Class::DBI::View - Virtual table for Class::DBI
Class::DBI::View is a Class::DBI wrapper to make virtual VIEWs....
MIYAGAWA/Class-DBI-View-0.07 - 04 Aug 2005 02:31:34 UTC
Oryx::DBI::Class - DBI metaclass implementation
This is the DBI implementation of Oryx::Class. This does the majority of the work for an Oryx::Class subclass stored in Oryx::DBI storage....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
Class::User::DBI - A User class: Login credentials, roles, privileges, domains.
The module is designed to simplify user logins, authentication, role based access control (authorization), as well as domain (locality) constraint access control. It stores user credentials, roles, and basic user information in a database via a DBIx:...
DAVIDO/Class-User-DBI-0.10 - 08 Dec 2012 07:49:26 UTC
Class::DBI::UUID - Provide Globally Unique Column Values
This module implements globally unique columns values. When an object is created, the columns specified are given unique IDs. This is particularly helpful when running in an environment where auto incremented primary keys won't work, such as multi-ma...
CWEST/Class-DBI-UUID-1.01 - 31 Jan 2005 18:50:18 UTC
Meta::Class::DBI - extend Class::DBI for more high level needs.
This class extends the CPAN Class::DBI code. The idea is to use more high level object to configure Class::DBI (like object which already know the structure of the database and the connection info). Currently the class only implements the connection ...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
Class::DBI::ToSax - turn database objects to SAX events
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
Class::DBI::Pager - Pager utility for Class::DBI
Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. This module reduces your work a lot, for example when you have to do something like: * retrieve objects from a database * display objects with 20 items per page In ...
MIYAGAWA/Class-DBI-Pager-0.08 - 01 Mar 2006 08:50:12 UTC
Class::DBI::MSSQL - Class::DBI for MSSQL
This is just a simple subclass of Class::DBI; it makes Class::DBI play nicely with MSSQL, at least if DBD::ODBC is providing the connection. Here are the things it changes: * use "SELECT @@IDENTITY" to get last autonumber value * use "INSERT INTO tab...
RJBS/Class-DBI-MSSQL-0.122 - 11 Nov 2006 04:05:02 UTC
Class::DBI::Audit - Audit changes to columns in CDBI objects.
This module allows easy tracking of changes to values in tables managed by CDBI classes. It helps you answer the question "who set that value to be 'foobar', I thought I set it to be 'farbar'?" without resorting to digging through snapshots of your d...
BDUGGAN/Class-DBI-Audit-0.04 - 02 Sep 2008 19:50:53 UTC
Class::DBI::AsXML - Format CDBI Objects as XML
This software adds XML output support to "Class::DBI" based objects. to_xml_columns Class->to_xml_columns([qw[columns to dump with xml]]); This class method sets the default columns this class should dump when calling "to_xml()" on an object. The sin...
CWEST/Class-DBI-AsXML-1.02 - 15 Jan 2005 15:34:06 UTC