Oracle::SQL 0.01 review
DownloadOracle::SQL is a Perl extension for building SQL statements. SYNOPSIS use Oracle::SQL; No automatically exported routines
|
|
Oracle::SQL is a Perl extension for building SQL statements.
SYNOPSIS
use Oracle::SQL;
No automatically exported routines. You have to specifically to import the methods into your package.
use Oracle::SQL qw(:sql);
use Oracle::SQL /:sql/;
use Oracle::SQL ':sql';
This is a package initializing object for Oracle::SQL::Builder.
Requirements:
Perl
Oracle::SQL 0.01 keywords