Adrian Witas > DBIx-Connection-0.08 > DBIx::Connection::MySQL::SQL

Download:
DBIx-Connection-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source   Latest Release: DBIx-Connection-0.13

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

    Represents sql abstractaction layer

EXPORT ^

None

METHODS

sequence_value

Returns sql statement that returns next sequence value

reset_sequence

Returns sql statement that restarts sequence.

set_session_variables

Iniitialise session variable. It uses the following command pattern:

    SET @@local.variable = value;
update_lob

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.

fetch_lob

Retrieves lob. Takes connection object, table name, lob column_name, hash_ref to primary key values

SEE ALSO ^

DBIx::PLSQLHandler

COPYRIGHT AND LICENSE ^

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.

AUTHOR ^

Adrian Witas, adrian@webapp.strefa.pl