debian man page for jifty::dbi::hasfilters

Query: jifty::dbi::hasfilters

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Jifty::DBI::HasFilters(3pm)				User Contributed Perl Documentation			       Jifty::DBI::HasFilters(3pm)

NAME
Jifty::DBI::HasFilters - abstract class for objects that has filters
SYNOPSIS
my $record = Jifty::DBI::Record->new(...); $record->input_filters( 'Jifty::DBI::Filter::Truncate', 'Jifty::DBI::Filter::utf8' ); my @filters = $record->output_filters;
DESCRIPTION
This abstract class provide generic interface for setting and getting input and output data filters for Jifty::DBI objects. You shouldn't use it directly, but Jifty::DBI::Handle, Jifty::DBI::Record and Jifty::DBI::Column classes inherit this interface.
METHODS
input_filters Returns array of the input filters, if arguments list is not empty then set input filter. output_filters Deals similar with list of output filters, but unless you defined own list returns reversed list of the input filters. In common situation you don't need to define own list of output filters, but use this method to get default list based on the input list. filters FILTERS Sets the input and output filters at the same time. Returns a hash, with keys "input" and "output", whose values are array references to the respective lists.
SEE ALSO
Jifty::DBI::Filter perl v5.14.2 2011-04-26 Jifty::DBI::HasFilters(3pm)
Related Man Pages
jifty::dbi::filter(3pm) - debian
jifty::dbi::filter::yaml(3pm) - debian
jifty::dbi::handle::pg(3pm) - debian
jifty::dbi::record::cachable(3pm) - debian
jifty::handler(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?