From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

SQL::QueryBuilder::Pretty::Database::MySQL - MySQL extension for SQL::QueryBuilder::Pretty.

VERSION

Version 0.01

SYNOPSIS

Directly:

my $pretty = SQL::QueryBuilder::Pretty::Database::MySQL->new();
print $pretty->print('SELECT * FROM table WHERE col1 = NOW()');

or indirecly using SQL::QueryBuilder::Pretty:

my $pretty = SQL::QueryBuilder::Pretty->new(
'-database' => 'MySQL',
);
print $pretty->print('SELECT * FROM table WHERE col1 = NOW()');

INHERITANCE

Is a SQl::QueryBuilder::Pretty.

DESCRIPTION

MySQL extension for SQL::QueryBuilder::Pretty.

SEE ALSO

SQL::QueryBuilder::Pretty.

AUTHOR

André Rivotti Casimiro, <rivotti at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by André Rivotti Casimiro. Published under the terms of the Artistic License 2.0.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 62:

Non-ASCII character seen before =encoding in 'André'. Assuming UTF-8