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