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


HTTPD-ADS documentation  | view source Contained in the HTTPD-ADS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use HTTPD::ADS::DBI

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

DESCRIPTION

Top

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

Top

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?

Top

SUPPORT

Top

AUTHOR

Top

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

COPYRIGHT

Top

SEE ALSO

Top

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


HTTPD-ADS documentation  | view source Contained in the HTTPD-ADS distribution.