Copyright ® (1997-2003) EDMGROUP Pty Ltd - XML Database - XSTORAGE Reference

XSearch object

Under development

 

XSearch object is a logical unit inside XStorage, which contains search query and associated list of Xnodes, which match search criteria.

 

There is no limit on number of XSearch objects per database.

 

XSearch objects could be private or public. Private XSearch object properties can be accessed through XStorage access list (see XStorage Security Engine for more information).

 

Dynamic XSearch object could be considered as a analog of Record set.

 

Static XSearch object is stored inside XStorage and can be considered as index of XStorage. Static objects should be used for speeding up access to the information, stored inside XStorage. Generally speaking, Static XSearch object provides

 

Static XSearch object will control all operations inside database such as:

 

 

For more information about XSearch Object see XSearch Engine API