3.15 getseconddatabaseinfo

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

Parameters:

$kiriwrite_dbmodule->getseconddatabaseinfo();

Usage:

$kiriwrite_dbmodule->selectseconddatabase("database");
%database_info = $kiriwrite_dbmodule->getseconddatabaseinfo();

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.