-
-
01 Aug 2005 19:22:35 UTC
- Distribution: Oracle-SQL
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (192 / 327 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (7.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Oracle::SQL - 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';
DESCRIPTION
This is a package initializing object for Oracle::SQL::Builder.
new (%arg)
Input variables:
any input variable and value pairs
Variables used or routines called:
None
How to use:
my $obj = new Oracle::SQL; # or my $obj = Oracle::SQL->new; # or
Return: new empty or initialized Oracle::SQL object.
SEE ALSO (some of docs that I check often)
Oracle::Trigger, Oracle:DDL, Oracle::DML, Oracle::DML::Common, Oracle::Loader, etc.
AUTHOR
Copyright (c) 2005 Hanming Tu. All rights reserved.
This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)
Module Install Instructions
To install Oracle::SQL, copy and paste the appropriate command in to your terminal.
cpanm Oracle::SQL
perl -MCPAN -e shell install Oracle::SQL
For more information on module installation, please visit the detailed CPAN module installation guide.