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

NAME

CGI::AppToolkit::Data::Automorph - A SQL data source component of CGI::AppToolkit that inherits from CGI::AppToolkit::Data::SQLObject and adds the ability to 'interrogate' the DBD to gather information about the database table. You can occasionally use CGI::AppToolkit::Data::Automorph directly. For most projects, you shoould still create a module that inherits from CGI::AppToolkit::Data::Automorph, often only overriding two methods.

DESCRIPTION

init_table()

This is the equivalent to init() from CGI::AppToolkit::Data::SQLObject, which CGI::AppToolkit::Data::Automorph overrides and calls this method from. You must at set the index parameter from here, if you override this method. See CGI::AppToolkit::Data::SQLObject->init().

get_db_statement_local()

See CGI::AppToolkit::Data::SQLObject->get_db_statement_local().

AUTHOR

Copyright 2002 Robert Giseburt (rob@heavyhosting.net). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please visit http://www.heavyhosting.net/AppToolkit/ for complete documentation.