NAME
DBIx::Connection::Oracle::SQL - Oracle catalog sql abstractaction layer.
SYNOPSIS
use DBIx::Connection::Oracle::SQL;
DESCRIPTION
Represents sql abstract layer
EXPORT
None
METHODS
- sequence_value
-
Returns sql statement that returns next sequence value
- reset_sequence
-
Returns sql statement that restarts sequence.
- has_sequence
-
Returns sql statement that check is sequence exists in database schema
- has_table
-
Returns sql statement that check is table exists in database schema
- primary_key_info
SEE ALSO
COPYRIGHT AND LICENSE
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.
AUTHOR
Adrian Witas, adrian@webapp.strefa.pl