Apache2::SQLRequest - Supply SQL queries to an Apache request object


Apache2-SQLRequest documentation  | view source Contained in the Apache2-SQLRequest distribution.

Index


NAME

Top

Apache2::SQLRequest - Supply SQL queries to an Apache request object

VERSION

Top

Version 0.02

SYNOPSIS

Top

    # httpd.conf

    PerlLoadModule Apache2::SQLRequest
    DSN         dbi:Foo:Bar
    DBUser      foo
    DBPassword  bar
    <Location /foo>
    SQLQuery dummy "SELECT DUMMY FROM DUAL WHERE DUMMY = :y"
    BindParameter dummy y X
    </Location>

DESCRIPTION

Top

This module functions as a base class for containing preloaded SQL queries. It supplies methods to bind parameters, execute queries and access record sets.

AUTHOR

Top

dorian taylor, <dorian@icrystal.com>

BUGS

Top

Please report any bugs or feature requests to bug-apache-sqlrequest@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


Apache2-SQLRequest documentation  | view source Contained in the Apache2-SQLRequest distribution.