NAME
Keystone::Resolver::Database - Resource Database for an OpenURL v1.0 resolver
SYNOPSIS
$db = new Keystone::Resolver::Database($resolver);
$genre = $db->genre_by_mformat("info:ofi/fmt:kev:mtx:journal");
print $genre->name();
DESCRIPTION
This object represents the Resource Database, or RDB, for an OpenURL resolver. In includes the physical connection information to the underlying database together with application logic at the database level.
METHODS
new()
$des = new Keystone::Resolver::Database($resolver, $name);
Constructs a new Database for the specified resolver, using the specified name.