The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::MyParseX::Query - Extended methods to DBIx::MyParse::Query

SYNOPSIS

    use DBIx::MyParseX;
    my $p = DBIx::MyParse->new();
    my $q = $p->parse( "select ..." );

  # Query Manipulation methods
    $q->renameTable( 'old_table', 'new_table' );  

DESCRIPTION

This extension provides exteneded functionality for the DBIx::MyParse::Query module. Calls DBIx::MyParse::Query and DBIx::MyParseX. Extends DBIx::MyParse::Query.

All methods are defined in the DBIx::MyParse::Query package space

EXPORT

None by default.

TODO

Refactor to reduce the number of renameTableXX subroutines.

SEE ALSO

DBIx::MyParse, DBIx::MyParse::Query, 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.