cs::CSW::Url - a record associated with a URL
use cs::CSW::Url;
The cs::CSW::Url module specific URLs.
sub _byIdHash()
{
if (! defined $cs::CSW::Url::_idHash)
{ $cs::CSW::Url::_idHash=new cs::CSW::Table(URLS,URL_ID);
}
$cs::CSW::Url::_idHash; }
sub _byUrlHash()
{
if (! defined $cs::CSW::Url::_urlHash)
{ $cs::CSW::Url::_urlHash=new cs::CSW::Table(URLS,URL);
}
$cs::CSW::Url::_urlHash; }
Id()Url(()LastVisit()
Cameron Simpson <cs@zip.com.au