Search results for "module:Class::DBI::__::Base"
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::Plugin::DateTime::Base - Base Class For DateTime Plugin
Base class for Class::DBI::Plugin::DateTime classes....
DMAKI/Class-DBI-Plugin-DateTime-0.05 - 20 Feb 2009 09:57:45 UTC
Class::DBI::Frozen::301 - Class::DBI, frozen at 3.0.1
BOBTFISH/Class-DBI-Frozen-301-3.0.1
-
22 Jan 2010 03:22:25 UTC
Class::DBI::BaseDSN - DSN sensitive base class
Class::DBI::BaseDSN acts as a placeholder for a base class which will be switched for a specific Class::DBI extension when you specify the dsn of the database to connect to. For example in this case, the Class::DBI::BaseDSN will replace itself with C...
RCLAMP/Class-DBI-BaseDSN-1.22 - 08 Oct 2003 17:03:34 UTC
DBIx::Class::Storage::DBI::InterBase - Driver for the Firebird RDBMS via DBD::InterBase
This driver is a subclass of DBIx::Class::Storage::DBI::Firebird::Common for use with DBD::InterBase, see that driver for general details. You need to use either the disable_sth_caching option or "connect_call_use_softcommit" (see "CAVEATS") for your...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
DBIx::Class::Schema::Loader::DBI::InterBase - DBIx::Class::Schema::Loader::DBI Firebird Implementation.
See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base....
VEESH/DBIx-Class-Schema-Loader-0.07051 - 23 Nov 2022 18:52:59 UTC
Class::orMapper - DBI base easy O/R Mapper.
This Module is easy database operation module....
KAZUNORI/Class-orMapper-0.06 - 07 Jun 2013 02:10:15 UTC
Class::PINT - A Class::DBI package providing Tangram and other OOPF features
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
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::Init - A base constructor class with support for local initialization methods.
Class::Init provides a constructor, "new()", that returns blessed hashrefs by default; that constructor runs all instances of the subroutine "_init" it finds in the inheritance tree, top-down ("EVERY"). The goal of this module is to reduce the amount...
RSOD/Class-Init-1.1 - 12 May 2004 08:28:42 UTC
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::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
Class::RDF - Perl extension for mapping objects to RDF and back
Class::RDF is a perl object layer over an RDF triplestore. It is based on Class::DBI, the perl object / RDBMS package. Thus it works with mysql, postgresql, sqlite etc. Look in the sql/ directory distributed with this module for database schemas. It ...
ZOOLEIKA/Class-RDF-0.20 - 11 Aug 2004 09:55:01 UTC
DBIx::Class - Extensible and flexible object <-> relational mapper.
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Test::Class - Easily create test classes in an xUnit/JUnit style
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::DBI::Plugin - Abstract base class for Class::DBI plugins
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::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::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::Delay - delay method dispatch until a trigerring event
Class::Delay provides a mechanism for the delay of method dispatch until a triggering method is called. You simply define a proxy class, and then call on the module to set up a set of methods that will defer. Options The use statement takes the follo...
RCLAMP/Class-Delay-0.02 - 22 Oct 2003 15:34:43 UTC