The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTTPD::ADS::DBI - Database objects for the HTTPD Attack Prevention System.

SYNOPSIS

  use HTTPD::ADS::DBI

Note that this module is not intented for general use but as a part of the HTTPD::ADS system.

DESCRIPTION

This module contains the objects for the database. Each table is its own subclass of HTTPD::ADS::DBI. This module and its classes are built on Class::DBI

USAGE

BUGS It does not appear possible to support multiple WHERE clauses such as SELECT * FROM foo WHERE x=2 AND WHERE y LIKE foo (compound WHERE is supported: WHERE cond1 AND cond2, etc. put in operator of choice) N.B. what about 3 part WHERE?

SUPPORT

AUTHOR

        Dana Hudes
        CPAN ID: DHUDES
        dhudes@hudes.org
        http://www.hudes.org

COPYRIGHT

This program is free software licensed under the...

        The General Public License (GPL)
        Version 2, June 1991

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1). Class::DBI,Class::DBI::Pg,SQL::AbstractSearch

HTTPD::ADS::Hosts

 Usage     : How to use this function/method
 Purpose   : database table class for hosts 
 Returns   :class/instances for database table
 Argument  : column names are methods in this class 
 Throws    :
 Comments  : 
           :

See Also : Class::DBI