NAME

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

SYNOPSIS

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

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

METHODS

has_timestamp

has_datetime

has_date

SEE ALSO

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

AUTHOR

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

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