GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::DBI::HasFilters(3) User Contributed Perl Documentation Jifty::DBI::HasFilters(3)

Jifty::DBI::HasFilters - abstract class for objects that has filters

  my $record = Jifty::DBI::Record->new(...);
  $record->input_filters( 'Jifty::DBI::Filter::Truncate',
                          'Jifty::DBI::Filter::utf8'
                        );
  my @filters = $record->output_filters;

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.

Returns array of the input filters, if arguments list is not empty then set input filter.

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.

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.

Jifty::DBI::Filter
2014-05-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.