cs::DBI::TableObject - base class for objects built on hash tables
use cs::DBI::TableObject;
The cs::DBI::TableObject module provides a base class for objects built on a database table with a primary key.
Return an object attached to the table specified. Note: multiple calls to new with the same arguments obtain multiple references to the same cs::DBI::hashtable (though you shou;dn't consider this guarenteed - this is more a warning that new doesn't always make a new object).
Obtain an object representing the row with the specified key.
Add a row specified by hashref to the table. Returns undef on error or the cs::DBI::last_id() value.
Return the table object this row came from.
If value is omitted, return the current value of the field. If supplied, set the value of the field.
cs::DBI(3), cs::DBI::Table::Hash(3)
Cameron Simpson <cs@zip.com.au>