NAME
DBIx::Connection::PostgreSQL::Session - PostgreSQL session wrapper.
SYNOPSIS
DBIx::Connection::PostgreSQL::Session->initialise_session($connection, {DateStyle => 'US'});
DESCRIPTION
Initialise Oracle session's variables.
methods
- initialise_session
-
Iniitialise session variables
It uses the following sql command pattern:
SET variable TO 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.