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 and Class::DBI::AbstractSearch (to provide support for WHERE clauses)
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
sample_function
Usage : How to use this function/method
Purpose : What it does
Returns : What it returns
Argument : What it wants to know
Throws : Exceptions and other anomolies
Comments : This is a sample subroutine header.
: It is polite to include more pod and fewer comments.
See Also :