NAME
BW::DB::CRUD - Database CRUD
SYNOPSIS
Database CRUD: (C)reate, (R)etrieve, (U)pdate, (D)elete
use BW::DB::CRUD;
my $o = BW::DB::CRUD->new;
METHODS
- new( )
-
Constructs a new BW::DB::CRUD object.
Returns a blessed BW::DB::CRUD object reference. Returns undef (VOID) if the object cannot be created.
- error
-
Returns and clears the object error message.
WARNING
This module is currently in an unfinished state. Do not use this for new projects. The interface WILL change.
AUTHOR
Written by Bill Weinman <http://bw.org/>.
COPYRIGHT
Copyright (c) 1995-2010 The BearHeart Group, LLC
HISTORY
2010-02-17 bw -- first CPAN version - not ready for prime time!
2008-03-27 bw -- cleanup for publishing
2007-10-21 bw -- fixed a caching bug in getrec
2007-10-19 bw -- initial version.