| Egg-Release-DBI documentation | Contained in the Egg-Release-DBI distribution. |
Egg::Release::DBI - Package kit of model DBI.
Model to use DBI.
Base class for connection object.
Wrapper module of data base handler.
Module to treat DBI easily.
Plugin to use Egg::Mod::EasyDBI.
Helper to generate connection module.
Egg::Release, Egg::Model::DBI, Egg::Model::DBI::Base, Egg::Model::DBI::dbh, Egg::Mod::EasyDBI, Egg::Plugin::EasyDBI, Egg::Helper::Model::DBI,
Masatoshi Mizuno <lushe&64;cpan.org>
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| Egg-Release-DBI documentation | Contained in the Egg-Release-DBI distribution. |
package Egg::Release::DBI; # # Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt> # # $Id: DBI.pm 335 2008-05-12 05:11:27Z lushe $ # use strict; use warnings; our $VERSION = '0.06'; 1; __END__