DBIx::Connection::Oracle::SQL - Oracle catalog sql abstractaction layer.
use DBIx::Connection::Oracle::SQL;
Represents sql abstract layer
None
Returns sql statement that returns next sequence value
Returns sql statement that restarts sequence.
Returns sql statement that check is sequence exists in database schema
Returns sql statement that check is table exists in database schema
Sets session variables. It uses the following sql command pattern,
alter session set variable = value; DBIx::Connection::Oracle::Session->initialise_session($connection, {NLS_DATE_FORMAT => 'DD.MM.YYYY'});
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. optionally lob size column name. By default max lob size is set to 1 GB DBIx::Connection::Oracle::SQL::LOB_MAX_SIZE = (1024 * 1024 * 1024);
Returns lob size.
DBIx::Connection
The DBIx::Connection::Oracle::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
To install DBIx::Connection, copy and paste the appropriate command in to your terminal.
cpanm
cpanm DBIx::Connection
CPAN shell
perl -MCPAN -e shell install DBIx::Connection
For more information on module installation, please visit the detailed CPAN module installation guide.