SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-DBIx-BLOB-Handle rpm build for : Fedora 7. For other distributions click perl-DBIx-BLOB-Handle.

Name : perl-DBIx-BLOB-Handle
Version : 0.2 Vendor : Dries RPM Repository http://dries_ulyssis_org/rpm/
Release : 1.2.fc7.rf Date : 2007-11-16 14:58:49
Group : Applications/CPAN Source RPM : perl-DBIx-BLOB-Handle-0.2-1.2.fc7.rf.src.rpm
Size : 0.02 MB
Packager : Dries Verachtert < dries_ulyssis_org>
Summary : Read Database Large Object Binaries from file handles
Description :
DBI has a blob_copy_to_file method which takes a file han-
dle argument and copies a database large object binary
(LOB) to this file handle. However, the method is undocu-
mented and faulty. Constructing a similar method yourself
is pretty simple but what if you wished to read the data
and perform operations on it? You could use the DBI\'s
blob_read method yourself to process chunks of data from
the LOB or even dump its contents into a scalar, but maybe
it would be nice to read the data line by line or piece by
piece from a familiar old filehandle?!

DBIx::BLOB::Handle constructs a tied filehandle that also
extends from IO::Handle and IO::Selectable. It wraps DBI\'s
blob_read method. By making LOB\'s available as a file han-
dle to read from we can process the data in a familiar
(perly) way.

RPM found in directory: /mirror/vol4/ftp.freshrpms.net/pub/freshrpms/pub/dag/dries/fedora/fc7/x86_64/RPMS.dries

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-DBIx-BLOB-Handle-0.2-1.2.fc7.rf.noarch.rpm
ftp.icm.edu.pl  perl-DBIx-BLOB-Handle-0.2-1.2.fc7.rf.noarch.rpm
     

Provides :
perl(DBIx::BLOB::Handle)
perl-DBIx-BLOB-Handle

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(DBI)
rpmlib(VersionedDependencies) <= 3.0.3-1
perl(warnings)
perl(vars)
perl(base)
perl(Symbol)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(strict)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.8.8/DBIx/BLOB/Handle.pm
/usr/share/doc/perl-DBIx-BLOB-Handle-0.2
/usr/share/doc/perl-DBIx-BLOB-Handle-0.2/Changes
/usr/share/doc/perl-DBIx-BLOB-Handle-0.2/README
/usr/share/man/man3/DBIx::BLOB::Handle.3pm.gz

 
ICM