NAME

DBIx::Connection::MySQL::Session - MySQL session wrapper.

SYNOPSIS

DBIx::Connection::MySQL::Session->initialise_session($connection, {time_zone => 'Europe/Helsinki'});

DESCRIPTION

Initialise MYSQL session's variables.

methods

initialise_session

Iniitialise session variable. It uses the following command pattern:

SET @@local.variable = value;

COPYRIGHT

The DBIx::Connection::Oracle::Session 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

See also DBIx::Connection.