NAME StringList

Class encapsulating an DBMDatabase::StringCol 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 StringList is a data type for a column in a database DBMDatabase::Table.


METHODS


new(StringCol[] @ids)

Construct a list from an array of StringCols


image()

Convert to a nice String image for dumping


toBytes()

Returns a byte image of StringList.


fromBytes(Byte[] $b)

Build a new StringList from a byte image.


toStringColArray()

Build an array of StringCol that is the sequence.


addElement(StringCol $s)

Add an element to this list