NAME IdList

Class encapsulating an DBMDatabase::Id list in a Database.

This package is part of the DBMDatabase manpage. For more information on the database see the DBMDatabase::Overview.

Copyright &copy 1997 Curtis E. Dyreson. All rights reserved. Please be aware of the DBMDatabase::Licence and DBMDatabase::Version.


DESCRIPTION

An IdList is a data type for a column in a database DBMDatabase::Table.


METHODS


new(Id[] @ids)

Construct a list from an array of Ids


image()

Convert to a nice String image for dumping


toBytes()

Returns a byte image of IdList.


fromBytes(Byte[] $b)

Build a new IdList from a byte image.


toIdArray()

Build an array of Ids that is the sequence.