NAME StringCol

Class encapsulating a String 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

A String is a 'key' or 'value' data type for columns in a database DBMDatabase::Table.


METHODS


new(string)

A StringCol is just a String really


fromBytes(ByteArray b)

Create a string col the byte image of a string.


toBytes()

Returns a byte image of a stringcol.


image()

Return a string image of the StringCol.