| DBD::Sys::Plugin::Meta::AllTables - DBD::Sys Table Overview |
DBD::Sys::Plugin::Meta::AllTables - DBD::Sys Table Overview
$alltables = $dbh->selectall_hashref("select * from alltables", "table_name");
DBD::Sys::Plugin::Meta::AllTables ISA DBD::Sys::Table
Columns:
Unused, NULL.
Unused, NULL
Name of the table
Class name of the table implementation
Unused, NULL
Returns the column names of the table
Returns 100 - the lowest priority used by DBD::Sys delivered tables.
Collects the data for the table using the plugin manager. See getTableDetails in the DBD::Sys::PluginManager manpage for details.
The table alltables provide information about the tables in DBD::Sys, so
their only requirement is DBD::Sys.
No known bugs at this moment.
Jens Rehsack Alexander Breibach
CPAN ID: REHSACK
rehsack@cpan.org alexander.breibach@googlemail.com
http://www.rehsack.de/
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time, but it's always tried to give accept or reject a reported ticket within a week. It depends on business load. That doesn't mean that ticket via rt aren't handles as soon as possible, that means that soon depends on how much I have to do.
Business and commercial support should be acquired from the authors via preferred freelancer agencies.
| DBD::Sys::Plugin::Meta::AllTables - DBD::Sys Table Overview |