Persistent::DBI

Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source.
Download

Persistent::DBI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Winters
  • Publisher web site:
  • http://search.cpan.org/~dwinters/Persistent-mSQL-0.50/lib/Persistent/mSQL.pm

Persistent::DBI Tags


Persistent::DBI Description

Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source.SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI);ABSTRACTThis is an abstract class used by the Persistent framework of classes to implement persistence using DBI data stores. This class provides the methods and interface for implementing Persistent DBI classes. Refer to the Persistent documentation for a very thorough introduction to using the Persistent framework of classes.This class is part of the Persistent DBI package which is available from: http://www.bigsnow.org/persistent ftp://ftp.bigsnow.org/pub/persistentBefore we get started describing the methods in detail, it should be noted that all error handling in this class is done with exceptions. So you should wrap an eval block around all of your code. Please see the Persistent documentation for more information on exception handling in Perl. Requirements: · Perl


Persistent::DBI Related Software