3.13 getdatabaseinfo

Gets information about the database that was selected from the selectdb subroutine. The information will be returned as a hash.

Parameters:

$kiriwrite_dbmodule->getdatabaseinfo();

Usage:

$kiriwrite_dbmodule->selectdb("database");
%database_info = $kiriwrite_dbmodule->getdatabaseinfo();

If a database error occurs while getting the information about the database, the error returned should be 'DatabaseError' in the $error scalar and the information about the error placed in the $errorext scalar.