LoadByCol
Takes two arguments, a column and a value. The column can be any table column which contains unique values. Behavior when using a non-unique value is undefined
LoadById
Loads a record by its primary key. TODO: BUG: Column name is currently hard coded to 'id'
Create
Takes an array of key-value pairs and drops any keys that aren't known as columns for this recordtype
Table
Returns or sets the name of the current Table
_Handle
Returns or sets the current DBIx::SearchBuilder::Handle object
_DownCaseValuesHash
Takes no parameters and returns no arguments. This private routine iterates through $self->{'values'} and makes sure that all keys are lowercase.
NAME
DBIx::SearchBuilder::Record - Perl extension for subclassing, so you can deal with a Record
SYNOPSIS
use DBIx::SearchBuilder::Record;
DESCRIPTION DBIx::SearchBuilder::Record is designed to work with DBIx::SearchBuilder.
Docs are forthcoming. If you pester jesse@fsck.com he'll put them together.
Check out Request Tracker at http://www.fsck.com/projects/rt/ for examples of usage.
AUTHOR
Jesse Vincent, jesse@fsck.com
SEE ALSO
perl(1).