Description
NexusDB: nxdb.pas 2.00 Copyright (c) NexusDB Pty. Ltd. 2003 All rights reserved. NexusDB: Data Access Components
Classes
Base class for NexusDB blob streams.
Never create instances directly! Always use TnxDataSet.CreateBlobStream, which will create the right type of blob stream based on the state of the dataset.
The blob stream should be freed again as soon as possible. It must be freed before calling Post or moving to another record.
The mother of all sessions. It implements a component that is used the same way as Borland's TSession and adds some features unique to NexusDB.
This class is used if the dataset is in batch append mode.
Never create instances directly! Always use TnxDataSet.CreateBlobStream, which will create the right type of blob stream based on the state of the dataset.
The blob stream should be freed again as soon as possible. It must be freed before calling Post or moving to another record.
This class is used to access a blob directly. All calls are directly passed through to the server engine.
Never create instances directly! Always use TnxDataSet.CreateBlobStream, which will create the right type of blob stream based on the state of the dataset.
The blob stream should be freed again as soon as possible. It must be freed before calling Post or moving to another record.
This class is used if the dataset is in block read mode.
Never create instances directly! Always use TnxDataSet.CreateBlobStream, which will create the right type of blob stream based on the state of the dataset.
The blob stream should be freed again as soon as possible. It must be freed before calling Post or moving to another record.
Client-side Cursor class.
The base class for all client side data components
Implementation of a TDatabase similar component.
TnxDataset is the base class for all TDataset compatible Nexus components. Most methods and properties work exactly the same as Borland's implementation.
TnxIndexDataSet adds support for indexing to TnxDataset.
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
A BDE compatible implementation of a NexusDB session.
TQuery compatible implementation of a Nexus SQL Query
Used internally by the query, if you set TnxStatementDataSet.DataSource. This object is used to manage that link.
The text for this class has been generated automatically. This means that it is not documented.
TnxTable is a TTable compatible implementation of a NexusDB dataset.