Package edu.stanford.slac.aida.lib.da

Defines the Aida API objects a client program uses to interact with Aida, DaObject and DaReference.

See:
          Description

Class Summary
DaObject The basic AIDA data access API class.
DaReference This class encapsulates a reference to a given AIDA query, including parameters.
 

Package edu.stanford.slac.aida.lib.da Description

Defines the Aida API objects a client program uses to interact with Aida, DaObject and DaReference.

DaObject is the basic Aida API. That is, application programs can use methods of DaObject to get data and update databases with new data. An application program gets data by calling a DaObject method with a query string, or using a DaReference object.

A DaReference object is basically a compiled query. It is used to speed up the execution of repeated requests for operations, like get, or set, on the same data items.

Last modified: Sun May 4