NAME
NexTrieve::Collection - handle a NexTrieve Collection
SYNOPSIS
use NexTrieve;
$ntv = NexTrieve->new( | {method => value} );
$collection = $ntv->Collection( path );
DESCRIPTION
The Collection object of the Perl support for NexTrieve. Do not create directly, but through the Collection method of the NexTrieve object.
OBJECT METHODS
These methods return objects.
Resource
$resource = $collection->Resource( mnemonic );
Resource
$search = $collection->Search( mnemonic );
OTHER METHODS
These are the other methods.
path
$path = $collection->path;
AUTHOR
Elizabeth Mattijsen, <liz@nextrieve.com>.
Please report bugs to <perlbugs@nextrieve.com>.
COPYRIGHT
Copyright (c) 1995-2002 Elizabeth Mattijsen <liz@nextrieve.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://www.nextrieve.com, the NexTrieve.pm and the other NexTrieve::xxx modules.