
DBIx::Connection::MySQL::SQL - MySQL catalog sql abstractaction layer.

use DBIx::Connection::MySQL::SQL;

Represents sql abstractaction layer

None
Returns sql statement that returns next sequence value
Returns sql statement that restarts sequence.
Iniitialise session variable. It uses the following command pattern:
SET @@local.variable = value;
Updates lob. (Large Object) Takes connection object, table name, lob column_name, lob conetent, hash_ref to primary key values. optionally lob size column name.
Retrieves lob. Takes connection object, table name, lob column_name, hash_ref to primary key values


The DBIx::Connection::MySQL::SQL module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.

Adrian Witas, adrian@webapp.strefa.pl