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, 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.