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.
SUPPORT
This module is stored in an open GitHub repository. Feel free to fork and contribute!
Please file bug reports via GitHub Issues or by sending mail to bug-App-Info@rt.cpan.org.
AUTHOR
David E. Wheeler <david@justatheory.com>
SEE ALSO
App::Info, App::Info::RDBMS::PostgreSQL
COPYRIGHT AND LICENSE
Copyright (c) 2002-2011, David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.