Class::DBI::Plugin::DateTime - Use DateTime Objects As Columns


Class-DBI-Plugin-DateTime documentation  | view source Contained in the Class-DBI-Plugin-DateTime distribution.

Index


NAME

Top

Class::DBI::Plugin::DateTime - Use DateTime Objects As Columns

SYNOPSIS

Top

  package MyCDBI;
  # call set_db first
  use Class::DBI::Plugin::DateTime;

  # setup columns, depending on db type

DESCRIPTION

Top

Class::DBI::Plugin::DateTime is a convenience interface to Class::DBI::Plguin::DateTime::* objects. It auto-detects the connectin type being used, and loads the appropriate plugin. Note that you need to set up the database connection before loading this module into your Class::DBI based module.

If you don't want want to bother with this, you can simply use the appropriate class directly (e.g. Class::DBI::Plugin::DateTime::Pg)

AUTHOR

Top

Copyright (c) 2005 Daisuke Maki <dmaki@cpan.org>. All rights reserved.

Development funded by Brazil Ltd <http://b.razil.jp>


Class-DBI-Plugin-DateTime documentation  | view source Contained in the Class-DBI-Plugin-DateTime distribution.