| DBD::Sys::Table - abstract base class of tables used in DBD::Sys |
DBD::Sys::Table - abstract base class of tables used in DBD::Sys
DBD::Sys::Table provides an abstract base class to wrap the requirements of SQL::Statement and DBD::Sys on a table around the pure data collecting actions.
This method is called during the construction phase of the table. It must be a static method - the called context is the class name of the constructed object.
This method is called when the table is constructed but before the first row
shall be delivered via fetch_row().
This method returns the column name of the primary key column. If not
overwritten, the first column name is returned by DBD::Sys::Table.
Returns the name of the table based on it's class name. Override it to return another table name.
Returns the default priority of the controlling plugin.
To speed up subsequent getPriority calls, a simple method returning the value is injected into the class name space.
Constructor - called from DBD::Sys::PluginManager::getTable when called
from SQL::Statement::open_tables for tables with one implementor class.
The $attrs argument contains the owner statement instance in the field
owner and the owning database handle in the field <database>.
Called by SQL::Statement to fetch the single rows. This method return the
rows contained in the data attribute of the individual instance.
Jens Rehsack Alexander Breibach
CPAN ID: REHSACK
rehsack@cpan.org alexander.breibach@googlemail.com
http://search.cpan.org/~rehsack/
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.
perl(1), DBI, the Module::Build manpage, the Module::Pluggable manpage, the Params::Util manpage, the SQL::Statement manpage.
| DBD::Sys::Table - abstract base class of tables used in DBD::Sys |