
DBIx::MyParseX::Item - Extensions to DBIx::MyParse::Item

use DBIx::MyParseX::Item; $item->renameTable( 'old_table', 'new_table' ); $item->renameTable( 'regex', 'new_table' );

This extension provides exteneded functionality for the DBIx::MyParse::Item module. It uses DBIx::MyParse, DBIx::MyParseX and DBIx::MyParse::Item.

$item->renameTable( 'old_name', 'new_name' )
Descends through the parse tree renaming all instances of old_name to new_name.
$item->getItems( );
returns a collapsed list of all DBIx::MyParse::Items from the query tree.

Since the orignal DBIx::MyParse package does not make seperate objects for each ot the items, relying instead on ItemType, we must follow the original framework.
None by default.

DBIx::MyParse, DBIx::MyParse::Item, DBIx::MyParseX,

Christopher Brown, <ctbrown@cpan.org<gt>

Copyright 2008 by Open Data Group
This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence.