The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Info::RDBMS - Information about databases on a system

DESCRIPTION

This class is an abstract base class for App::Info subclasses that provide information about relational databases. Its subclasses are required to implement its interface. See App::Info for a complete description and App::Info::RDBMS::PostgreSQL for an example implementation.

INTERFACE

Currently, App::Info::RDBMS adds no more methods than those from its parent class, App::Info.

BUGS

Report all bugs via the CPAN Request Tracker at http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Info.

AUTHOR

David Wheeler <david@wheeler.net>

SEE ALSO

App::Info, App::Info::RDBMS::PostgreSQL

COPYRIGHT AND LICENSE

Copyright (c) 2002-2004, David Wheeler. All Rights Reserved.

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