akagrawal3 has asked for the wisdom of the Perl Monks concerning the following question:
What is stored in resultset and aggr_table? I dont understand what the above two statements do.my $db1 = StatView::Db::D1->connection; my $db2 = StatView::Db::D2->connection; .... for my $table ($db1->get_tables) { my $resultset = $table->result_source->source_name; my $aggr_table = $db2->resultset($resultset);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Database mySQL
by CountZero (Bishop) on Mar 04, 2012 at 09:38 UTC | |
by akagrawal3 (Beadle) on Mar 04, 2012 at 09:49 UTC | |
by CountZero (Bishop) on Mar 04, 2012 at 10:12 UTC | |
|
Re: Database mySQL
by Anonymous Monk on Mar 04, 2012 at 09:13 UTC | |
by akagrawal3 (Beadle) on Mar 04, 2012 at 09:30 UTC | |
by Anonymous Monk on Mar 04, 2012 at 09:43 UTC | |
by akagrawal3 (Beadle) on Mar 04, 2012 at 09:46 UTC | |
by Anonymous Monk on Mar 04, 2012 at 09:51 UTC |