Class::DBI::Plugin::DateTime::MySQL - Use DateTime With MySQL


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

Index


NAME

Top

Class::DBI::Plugin::DateTime::MySQL - Use DateTime With MySQL

SYNOPSIS

Top

  package MyCDBI;
  use base qw(Class::DBI);
  use Class::DBI::Plugin::DateTime::MySQL;

  __PACKAGE__->set_db(...);
  __PACKAGE__->table(...);
  __PACKAGE__->has_timestamp('a_timestamp');
  __PACKAGE__->has_date('a_date');
  __PACKAGE__->has_time('a_time');

DESCRIPTION

Top

Class::DBI::Plugin::DateTime::MySQL provides methods to work with DateTime objects in a Class::DBI + MySQL environment.

METHODS

Top

has_timestamp

has_datetime

has_date

SEE ALSO

Top

DateTime DateTime::Format::MySQL Class::DBI

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.