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
Text::Query::Optimize(3) User Contributed Perl Documentation Text::Query::Optimize(3)

Text::Query::Parse - Base class for query parsers

    package Text::Query::OptimizeSmart;

    use Text::Query::Optimize;
    
    use vars qw(@ISA);

    @ISA = qw(Text::Query::Optimize);

This module provides a virtual base class for query optimizers.

It defines the "optimize" method that is called by the "Text::Query" object to optimize the internal query.

optimize (INTERNAL)
Returns the "INTERNAL" argument after optimization. The default implementation returns the argument untouched.

Text::Query(3)

Eric Bohlman (ebohlman@netcom.com)

Loic Dachary (loic@senga.org)

2013-08-13 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.