Egg::Model::DBI::Base - Base class for DBI model component.


Egg-Release-DBI documentation  | view source Contained in the Egg-Release-DBI distribution.

Index


NAME

Top

Egg::Model::DBI::Base - Base class for DBI model component.

DESCRIPTION

Top

It is a base class to use it from the component of Egg::Model::DBI.

The object of this module is only the one internally used when $e->model([LABEL_NAME]) is called. It is not necessary to consider it because of the application usually.

METHODS

Top

dbi

The Egg::Model::DBI object is returned.

dbh

The data base handler is returned.

The connection still calls the connect method.

connect

It connects with the data base and Egg::Model::dbh. The object is returned.

disconnect

The database connectivility is cut.

SEE ALSO

Top

Egg::Release, Egg::Model, Egg::Model::DBI, Egg::Model::DBI::dbh,

AUTHOR

Top

Masatoshi Mizuno, <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release-DBI documentation  | view source Contained in the Egg-Release-DBI distribution.