Search results for "module:Class::DBI::Column"
Class::DBI::Column - A column in a table
Each Class::DBI class maintains a list of its columns as class data. This provides an interface to those columns. You probably shouldn't be dealing with this directly....
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
Class::DBI::FormBuilder::Meta::Column
Access to column metadata....
DAVEBAIRD/Class-DBI-FormBuilder-0.483 - 22 Jun 2013 17:22:16 UTC
Class::DBI::ColumnGrouper - Columns and Column Groups
Each Class::DBI class maintains a list of its columns as class data. This provides an interface to that. You probably don't want to be dealing with this directly....
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
Class::DBI::Sybase - Extensions to Class::DBI for Sybase
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::Lite::ColumnInfo - Extended meta-information about database table fields.
Sometimes database table field information needs to be available during runtime. This class provides a simple interface to query a specific database field....
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 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
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
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
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
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
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::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
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::Entity - Object interface for relational databases
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::Tables - Auto-vivification of persistent classes, based on RDBMS schema
ROSULEK/Class-Tables-0.28
-
16 Jul 2004 03:26:49 UTC
Class::AutoDB - Almost automatic object persistence coexisting with human-engineered database
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::PObject - Simple framework for programming persistent objects
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::Persist - Persistency framework for objects
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::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