John, Is there a way to pass the make_classes params via RDBO::Loader->new? Instead of doing:
My $loader = RDBO::Loader->new() Then $loader->make_classes(include_tables => 'xyz') Doing something like: My $loader = RDBO::Loader->new(make_classes => {exclude_tables => 'xyz'}); $loader->make_classes(); I tried the latter, but the tables are not excluded. Another unrelated question--how does one get a list of the "loaded" tables from the loader after the creation is completed? Does something like $loader->classes exists? Thanks again, Sean ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Rose-db-object mailing list Rose-db-object@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rose-db-object