The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Data::Downloader::DB::Object

Base class for Data::Downloader objects.

Inherits from Rose::DB::Object

METHODS

init_db

Gets the database handle.

as_hash

Dump it as a hash of column name -> value pairs

Arguments: skip_re : a regex of column names to skip

dump

Dump a bunch of info about this object.

The info is printed as YAML to STDOUT.

Arguments: skip_re : a regex of column names to skip

SEE ALSO

Rose::DB::Object