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

NAME

Alzabo::SQLMaker::MySQL - Alzabo SQL making class for MySQL

SYNOPSIS

  use Alzabo::SQLMaker;

  my $sql = Alzabo::SQLMaker->new( sql => 'MySQL' );

DESCRIPTION

MySQL-specific SQL creation. It is worth noting that MySQL does not allow subselects. Any attempt to use a subselect (by passing an Alzabo::SQMaker object in as parameter to a method) will result in an Alzabo::Exception::SQL error.

METHODS

Almost all of the functionality inherited from Alzabo::SQLMaker is used as is. The only overridden methods are limit and get_limit, as MySQL does allow for a LIMIT clause in its SQL.

AUTHOR

Dave Rolsky, <dave@urth.org>