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::Extension"

Class::DBI::Extension - Some extension for Class::DBI River stage zero No dependents

THIS RELEASE IS FOR TEMPORARY DEVELOPMENT. Hope this will eventually be merged into Class::DBI and/or Class::DBI::mysql. Patches, requests, suggestions are welcome in POOP Mailing List, <poop-group@lists.sourceforge.net>...

MIYAGAWA/Class-DBI-Extension-0.01 - 26 Jun 2001 09:45:41 UTC

Class::DBI::Pg - Class::DBI extension for Postgres River stage one • 4 direct dependents • 5 total dependents

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::RDF - Perl extension for mapping objects to RDF and back River stage zero No dependents

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

Class::DBI::Informix - Class::DBI extension for Informix River stage zero No dependents

This module implements a sub class of Class::DBI that provides for some of the quirks of the Informix databases. You should probably be using this module rather than Class::DBI if you are working with an Informix database. It provides one public meth...

JSTOWE/Class-DBI-Loader-Informix-1.4 - 01 Nov 2006 12:41:59 UTC

Class::DBI::SQLite - Extension to Class::DBI for sqlite River stage one • 7 direct dependents • 8 total dependents

Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite. It allows you to populate an auto-incremented row id after insert. The "set_up_table" method automates the setup of columns and primary key(s) via the SQLite PRAGMA statement....

MIYAGAWA/Class-DBI-SQLite-0.11 - 06 Oct 2005 02:49:02 UTC

Class::DBI::SAK - Class::DBI Swiss Army Knife (SAK) River stage zero No dependents

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::DB2 - Extensions to Class::DBI for DB2 River stage zero No dependents

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::mysql - Extensions to Class::DBI for MySQL River stage one • 2 direct dependents • 2 total dependents

This is an extension to Class::DBI, containing several functions and optimisations for the MySQL database. Instead of setting Class::DBI as your base class, use this instead....

TMTM/Class-DBI-mysql-1.00 - 03 Sep 2005 21:20:23 UTC

Class::DBI::Oracle - Extensions to Class::DBI for Oracle River stage zero No dependents

This is an extension to Class::DBI that currently implements: * A sequence fix for Oracle databases. * Automatic column name discovery. * Automatic primary key detection. * Sequence name guessing. * Proper aliasing of reserved words. Instead of setti...

DANIEL/Class-DBI-Oracle-0.51 - 16 Jul 2003 01:04:56 UTC

Class::DBI::Template - Perl extension using Template Toolkit to render Class::DBI objects River stage zero No dependents

This module provides a tie between Class::DBI and the Template Toolkit. It allows you to specify templates which can be used to render the data available in the module in various ways....

JASONK/Class-DBI-Template-0.03 - 28 Dec 2004 19:58:02 UTC

Class::DBI::Sybase - Extensions to Class::DBI for Sybase River stage one • 1 direct dependent • 1 total dependent

This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Works with IDENTITY columns to auto-generate primary keys. * Works with TEXT columns for create() and update() * Allow for CaseSensitive columns (for J...

MICHAELW/Class-DBI-Sybase-0.5 - 14 Sep 2006 16:00:46 UTC

Class::DBI::FreeTDS - Extensions to Class::DBI for users of FreeTDS River stage one • 1 direct dependent • 1 total dependent

This is an extension to Class::DBI that compensates for FreeTDS' current lack of placeholder support. Instead of setting Class::DBI as your base class, use this....

MICHAELW/Class-DBI-Sybase-0.5 - 14 Sep 2006 16:00:46 UTC

Class::DBI::BaseDSN - DSN sensitive base class River stage one • 2 direct dependents • 2 total dependents

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::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

DBIx::Class::QueriesTime - Get your query's time. River stage zero No dependents

DBIx::Class::QueriesTime is Extension to DBIx::Class. DBIx::Class::QueriesTime get your query's time. DBIx::Class::QueriesTime is redefine DBIx::Class::Storage::DBI::_execute....

NEKOKAK/DBIx-Class-QueriesTime-0.01 - 23 Feb 2006 00:46:07 UTC

DBIx::Class::Schema::Config - Credential Management for DBIx::Class River stage one • 2 direct dependents • 4 total dependents

DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema that allows the loading of credentials & configuration from a file. The actual code itself would only need to know about the name used in the configuration file. This aims to make it si...

SYMKAT/DBIx-Class-Schema-Config-0.001014 - 14 Jul 2021 01:28:03 UTC

Class::DBI::DATA::Schema - Execute Class::DBI SQL from DATA sections River stage two • 3 direct dependents • 14 total dependents

This is an extension to Class::DBI which injects a method into your class to find and execute all SQL statements in the DATA section of the package....

TMTM/Class-DBI-DATA-Schema-1.00 - 03 Sep 2005 19:53:14 UTC

Class::ObjectTemplate::DB - Perl extension for an optimized template builder base class with lookup capability. River stage zero No dependents

Class::ObjectTemplate::DB extends Class::ObjectTemplate in one simple way: the "undefined()" method. When a class that inherits from Class::ObjectTemplate::DB defines a method called undefined(), that method will be triggered when an attribute\'s get...

JASONS/Class-ObjectTemplate-DB-0.27 - 25 Feb 2002 23:15:30 UTC

Class::DBI::TempEssential - CDBI extension for temporary essentials River stage zero No dependents

TempEssential modifies the Essential columns of a Class::DBI table. It reverts the original Essential columns when getting out of scope. FUNCTIONS new ARGS: $cdbi-class, @essential_columns RETURNS: $self set_essential ARGS: $self, @essential_columns ...

HEIKOK/Class-DBI-TempEssential-0.04 - 16 Jul 2004 13:25:24 UTC

Class::DBI::Plugin::QueriesTime - Get your query's time. River stage zero No dependents

Class::DBI::Plugin::QueriesTime is Extension to Class::DBI. Class::DBI::Plugin::QueriesTime get your query's time. Class::DBI::Plugin::QueriesTime is redefine Class::DBI::sth_to_objects....

NEKOKAK/Class-DBI-Plugin-QueriesTime-0.01 - 23 Feb 2006 00:46:26 UTC
25 results (0.048 seconds)