Search results for "module:Class::DBI::Pg"
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::DDL::Pg - Perform driver dependent work for PostgreSQL
Do not use this package directly. Intead, it will automatically be imported and used by Class::DBI::DDL when the underlying database uses the DBD::Pg driver. The only method here that works different from the default is "pre_create_table". This metho...
HANENKAMP/Class-DBI-DDL-1.02 - 16 Sep 2005 03:21:31 UTC
Class::DBI::Pg::More - Enhances Class::DBI::Pg with more goodies.
This class overrides Class::DBI::Pg "set_up_table" method to setup more things from the database. It recognizes date, timestamp etc. columns and calls "Class::DBI::Plugin::DateTime::Pg" has_* methods on them. It also fetches some constraint informati...
BOSU/Class-DBI-Pg-More-0.05 - 02 Jan 2010 21:15:14 UTC
Class::DBI::Loader::Pg - Class::DBI::Loader Postgres Implementation.
See Class::DBI::Loader, Class::DBI::Loader::Generic....
DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC
Class::DBI::ViewLoader::Pg - Class::DBI::Viewloader implementation for Postgresql.
This is the postgresql driver for Class::DBI::ViewLoader,...
MATTLAW/Class-DBI-ViewLoader-Pg-0.05 - 11 Jul 2006 16:11:32 UTC
DBIx::Class::Storage::DBI::Pg - Automatic primary key class for PostgreSQL
This class implements autoincrements for PostgreSQL....
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::DBI::Plugin::DateTime::Pg - Use DateTime With PostgreSQL
Class::DBI::Plugin::DateTime::Pg provides methods to work with DateTime objects in a Class::DBI + PostgreSQL environment....
DMAKI/Class-DBI-Plugin-DateTime-0.05 - 20 Feb 2009 09:57:45 UTC
Class::DBI::Replicated::Pg::Slony1 - Pg replication using Slony1
HDP/Class-DBI-Replicated-0.040
-
28 Aug 2006 23:06:57 UTC
DBIx::Class::Schema::Loader::DBI::Pg - DBIx::Class::Schema::Loader::DBI PostgreSQL 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::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::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::Loader - Dynamic definition of Class::DBI sub classes.
Class::DBI::Loader automate the definition of Class::DBI sub-classes. scan table schemas and setup columns, primary key. class names are defined by table names and namespace option. +-----------+-----------+-----------+ | table | namespace | class | ...
DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC
Class::DBI::Oracle - Extensions to Class::DBI for Oracle
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
DBIx::Class::ResultSet - Represents a query used for fetching a set of results.
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::DBI::Replicated - Replication from single master to multiple slaves
Class::DBI::Replicated does some stuff, blah blah....
HDP/Class-DBI-Replicated-0.040 - 28 Aug 2006 23:06:57 UTC
Class::DBI::AutoLoader - Generates Class::DBI subclasses dynamically.
Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class and "use"d that...
RYANPARR/Class-DBI-AutoLoader-0.12 - 18 Oct 2003 06:51:22 UTC