NAME
DBIx::MyParseX::Item - Extensions to DBIx::MyParse::Item
SYNOPSIS
use DBIx::MyParseX::Item;
$item->renameTable( 'old_table', 'new_table' );
DESCRIPTION
This extension provides exteneded functionality for the DBIx::MyParse::Item module.
Calls DBIx::MyParse, DBIx::MyParseX and DBIx::MyParse::Item.
METHOD
renameTable
$item->renameTable( 'old_name', 'new_name' )
Disadvantages
Since the orignal DBIx::MyParse package does not make seperate objects for each ot the items, relying instead on ItemType, we must follow the framework.
TODO
- Create objects for each of the item types that inherit from DBI::MyParse::Item/
EXPORT
None by default.
SEE ALSO
DBIx::MyParse, DBIx::MyParse::Item, DBIx::MyParseX:, MySQL
http://www.opendatagroup.com
AUTHOR
Christopher Brown, <ctbrown@cpan.org<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Open Data Group
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.