Main > Programming > Libraries >

SQL::Schema 0.31

SQL::Schema 0.31

Sponsored Links

SQL::Schema 0.31 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.033 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 933
Date added: 2007-04-05
Publisher: Torsten Hentschel

SQL::Schema 0.31 description

SQL::Schema is a Perl module to convert a data dictionary into SQL statements.

SYNOPSIS

use DBI;

my $dbh = DBI->connect(...);

use SQL::Schema;

my $schema = SQL::Schema->new($dbh);

my $sql = $schema->string;
print $sql;

print "$schema";

WARNING

This is alpha software. It currently works with Oracle databases only. The name of the module might be changed in future releases as well as its interface.

If somebody is modifying the datase schema during the life time of an SQL::Schema object, the object will probably fail and / or produce wrong information.

SQL::Schema is a class for objects representing a database schema. The methods of an instanciated object do allow to access the information within a databases data dictionary and to represent them as SQL create statements and the like using the proper SQL dialect.

Constructor

$schema = SQL::Schema->new($dbh);

The new method instanciates a schema object. The only argument required is a database handle, which has to offer the same API as described within DBI(3).

Methods

$sql = $schema->string;

Returns an SQL string containing several statements at once. This string contains all the SQL statements to create the database schema.

This method is overloaded with the string operator. So the following two lines are equivalent:

$sql = $schema->string;
$sql = "$schema";

SQL::Schema 0.31 Screenshot

Advertisements

SQL::Schema 0.31 Keywords

Bookmark SQL::Schema 0.31

Hyperlink code:
Link for forum:

SQL::Schema 0.31 Copyright

WareSeeker periodically updates pricing and software information of SQL::Schema 0.31 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of SQL::Schema 0.31 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
SQL::Shell is a command interpreter for DBI shells. Free Download
Cache::Mmap Perl module helps you to share data cache using memory mapped files. Free Download
SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. Free Download
SQL::Tidy is a Perl module to tidy up SQL statements. Free Download
SQL::Generator is a Perl module to generate SQL-statements with oo-perl. Free Download
Chart::Plot is a Perl module to plot two dimensional data in an image. Free Download
Oracle::SQL is a Perl extension for building SQL statements. Free Download
FLV::VideoTag is a flash video file data structure Perl module. Free Download