JDBC 0.01
Sponsored Links
JDBC 0.01 Ranking & Summary
File size:
1.9 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
877
Date added:
2007-06-04
Publisher:
Tim Bunce
JDBC 0.01 description
JDBC is a Perl 5 interface to Java JDBC (via Inline::Java).
SYNOPSIS
use JDBC;
JDBC->load_driver("org.apache.derby.jdbc.EmbeddedDriver");
my $con = JDBC->getConnection($url, "test", "test");
my $s = $con->createStatement();
$s->executeUpdate("create table foo (foo int, bar varchar(200), primary key (foo))");
$s->executeUpdate("insert into foo (foo, bar) values (42,notthis)");
$s->executeUpdate("insert into foo (foo, bar) values (43,notthat)");
my $rs = $s->executeQuery("select foo, bar from foo");
while ($rs->next) {
my $foo = $rs->getInt(1);
my $bar = $rs->getString(2);
print "row: foo=$foo, bar=$barn";
}
This JDBC module provides an interface to the Java java.sql.* and javax.sql.* JDBC APIs.
SYNOPSIS
use JDBC;
JDBC->load_driver("org.apache.derby.jdbc.EmbeddedDriver");
my $con = JDBC->getConnection($url, "test", "test");
my $s = $con->createStatement();
$s->executeUpdate("create table foo (foo int, bar varchar(200), primary key (foo))");
$s->executeUpdate("insert into foo (foo, bar) values (42,notthis)");
$s->executeUpdate("insert into foo (foo, bar) values (43,notthat)");
my $rs = $s->executeQuery("select foo, bar from foo");
while ($rs->next) {
my $foo = $rs->getInt(1);
my $bar = $rs->getString(2);
print "row: foo=$foo, bar=$barn";
}
This JDBC module provides an interface to the Java java.sql.* and javax.sql.* JDBC APIs.
JDBC 0.01 Screenshot
JDBC 0.01 Keywords
JDBC
Perl 5
JDBC 0.01
interface to
Java JDBC
Foo
bar
java
interface
via
S-
JDBC 0.01
Libraries
Programming
Bookmark JDBC 0.01
JDBC 0.01 Copyright
WareSeeker periodically updates pricing and software information of JDBC 0.01 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 JDBC 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
Related Software
HA-JDBC is a JDBC driver implementation that provides light-weight. Free Download
DBD::JDBC is a JDBC proxy driver for the DBI module. Free Download
Symbol is a Perl module created to manipulate Perl symbols and their names. Free Download
JewelCLI provides an API to parse command line arguments. Free Download
rconftool is an implementation of sysconftool in Ruby. Free Download
vars::global is a Perl module that tries to make global variables a little safer. Free Download
Gecode/J is a Java interface for the Gecode C++ constraint programming library. Free Download
Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. Free Download
Latest Software
Popular Software
Favourite Software