Main > Programming > Libraries >

Persistent::Base 0.52

Persistent::Base 0.52

Sponsored Links

Persistent::Base 0.52 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.038 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 889
Date added: 2007-05-18
Publisher: David Winters

Persistent::Base 0.52 description

Persistent::Base is an Abstract Persistent Base Class.

SYNOPSIS

### we are a subclass of ... ###
use Persistent::Base;
@ISA = qw(Persistent::Base);

ABSTRACT

This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores. This class provides the methods and interface for implementing Persistent 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 base package which is available from:

http://www.bigsnow.org/persistent
ftp://ftp.bigsnow.org/pub/persistent

Before 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.

ABSTRACT METHODS THAT NEED TO BE OVERRIDDEN IN THE SUBCLASS

datastore -- Sets/Returns the Data Store Parameters

eval {
### set the data store ###
$person->datastore(@args);

### get the data store ###
$href = $person->datastore();
};
croak "Exception caught: $@" if $@;

Returns (and optionally sets) the data store of the object. This method throws Perl execeptions so use it with an eval block.

Setting the data store can involve anything from initializing a connection to opening a file. Getting a data store usually means returning information pertaining to the data store in a useful form, such as a connection to a database or a location of a file.

Persistent::Base 0.52 Screenshot

Advertisements

Persistent::Base 0.52 Keywords

Bookmark Persistent::Base 0.52

Hyperlink code:
Link for forum:

Persistent::Base 0.52 Copyright

WareSeeker periodically updates pricing and software information of Persistent::Base 0.52 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 Persistent::Base 0.52 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
Persistent::Sybase is a persistent class implemented using a Sybase database. Free Download
Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. Free Download
Persistent::Oracle is a persistent class implemented using an Oracle database. Free Download
Persistent::LDAP is a persistent class implemented using a LDAP directory. Free Download
Persistent::mSQL is a persistent class implemented using a mSQL database. Free Download
Persistent::MySQL is a persistent class implemented using a MySQL database. Free Download
MP3::Find::Base is a base class for MP3::Find backends. Free Download
Games::LMSolve::Base is a base class for puzzle solvers. Free Download