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 infor...
DWINTERS/Persistent-MySQL-0.50 - 15 Feb 2000 02:00:56 UTCThe types defined in this module are here to provide simple and transparent storage of MySQL data types. This is done for atttributes you want to store with a different value than the one the object has. For instance, if you have a datetime field, yo...
SUKRIA/Coat-Persistent-0.223 - 25 Nov 2009 13:46:15 UTCBefore 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 infor...
DWINTERS/Persistent-DBI-0.50 - 15 Feb 2000 02:00:23 UTCCoat::Persistent is an object to relational-databases mapper, it allows you to build instances of Coat objects and save them into a database transparently. You basically define a mapping rule, either global or per-class and play with your Coat object...
SUKRIA/Coat-Persistent-0.223 - 25 Nov 2009 13:46:15 UTCThis provides an interface that provides convenient access to data with a syntax that is mostly comfortable for perl users. It uses the overload and tie trick to allow both array and hash references to be acceptable in arbitrary mix, and allows a mil...
TTNDY/HTML-Persistent-0.04 - 19 Mar 2017 03:36:51 UTCBase class for persistent objects which use a DBI database for storage. To create your own persistent object classes subclass DbFramework::Persistent (see the make_class() class method.)...
IMACAT/DbFramework-1.12 - 03 May 2008 02:17:32 UTCBasset::Object is the uber module in my Perl world. All objects should decend from Basset::Object. It handles defining attributes, error handling, construction, destruction, and generic initialization. It also talks to Basset::Object::Conf to allow c...
JIMT/Basset-1.04 - 08 Jun 2007 18:23:43 UTC