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

NAME

Data::Downloader::FileMetadata;

DESCRIPTION

This is a essentially a materialized view, based on Data::Downloader::MetadataPivot. This table is kept up to date along with the metadatum table.

METHODS

rebuild_table

Re-create this table using the metadata_pivot view.

do_setup

Set up this class. This is done statically rather than dynamically, since the materialized view doesn't have enough information about the columns.

SEE ALSO

Data::Downloader::MetadataPivot

"SCHEMA" in Data::Downloader