<<

NAME

Youri::Check::Resultset::DBI - DBI-based resultset

DESCRIPTION

This is a DBI-based Youri::Check::Resultset implementation.

It can be created with any DBI-supported database.

CLASS METHODS

new(%hash)

Creates and returns a new Youri::Check::Resultset::DBI object.

Specific parameters:

driver $driver

Use given string as DBI driver.

base $base

Use given string as database name.

port $port

Use given string as database port.

user $user

Use given string as database user.

pass $pass

Use given string as database password.

COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

<<