ISTable
A Class Library of Table Access Tools
The ISTable package is a collection of classes for managing table objects.
This class provides the foundation for many PDB applications which parse,
search and manage mmCIF data and dictionaries. This class uses an improved
indexing scheme relative to its predecessor class SSTABLE.
-
ISTable objects are general to the data types supported. Other types can
be stored as strings and converted to the native data type at a higher
level.
-
ISTable objects are extremely flexible. Data can be inserted and removed
easily, by row, by column, or by individual cell.
-
ISTable objects provide for their own persistent storage management.
-
ISTable objects have an efficient searching mechanism built internally.
Height-balanced (AVL) search trees are used for searching. This
mechanism allows for multiple column searching.
V8-0-50 (Latest Version)
Posted: October 21, 2013
Previous Versions
V8-0-11 Posted: February 5, 2008
V8-0-3 Posted: April 24, 2007
V7-0-22 Posted: April 6, 2007
Initial Version