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.
Index
$index = $collection->Index( mnemonic );
OTHER METHODS
These are the other methods.
path
$path = $collection->path;
AUTHOR
Elizabeth Mattijsen, <liz@dijkmat.nl>.
Please report bugs to <perlbugs@dijkmat.nl>.
SUPPORT
NexTrieve is no longer being supported.
COPYRIGHT
Copyright (c) 1995-2003 Elizabeth Mattijsen <liz@dijkmat.nl>. 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
NexTrieve.pm and the other NexTrieve::xxx modules.