com.borland Packages  com.borland Class Hierarchy

Chapter 2
datastore package


About the com.borland.datastore package

The datastore package collects the functionality for the DataStore, a high-performance, small-footprint, 100% Pure Java embeddable database; that also provides persistent row storage and caching for JDataStore DataSet objects, Java Objects, and arbitrary files. Each DataStore is a single file (within the host platform's file system) with its own internal hierarchical directory.

DataStore provides solutions for a number of data storage problems. For example, you can:

The following classes and components in this package are intended for public use:

The following BeanInfo classes are in this package:

For more information, visit the database newsgroup. Details on newsgroups can be found at http://www.borland.com/newsgroups. The database newsgroup is dedicated to issues about writing database applications and is actively monitored by our support engineers as well as the Development team.

See also:
Overview of classes in this package
Library overview
DataStore Programmer's Guide


Classes and components

  • BlobStream
  • DataStore
  • DataStoreBeanInfo
  • DataStoreConnection
  • DataStoreConnectionBeanInfo
  • DataStoreException
  • FileOutStream
  • FileStream
  • StreamProperties
  • StreamVerifier
  • TxException
  • TxManager
  • TxManagerBeanInfo

  • Overview of classes in the com.borland.datastore package

    DataStore
    Represents a DataStore file; used when creating a new DataStore. Extends DataStoreConnection.
    DataStoreConnection
    A single transactional context for a DataStore. Each transaction has its own DataStoreConnection instance.
    DataStoreException
    Extends the DataSetException class with error and other notification messages that are specific to a DataStore.
    FileOutStream
    Provides read, write, and seek access for file streams stored in a DataStore.
    FileStream
    Provides read, write, and seek access for file streams stored in a DataStore.
    StreamProperties
    Collects properties for a DataStore stream.
    StreamVerifier
    Used to verify the integrity of a file or dataset stream.
    TxException
    Extends the DataSetException class with error and other notification messages that are specific to transactional access to a DataStore.
    TxManager
    The DataStore transaction manager; manages transactional access for a single DataStore.