Label: queries

Content with label queries in XAP 6.0 Documentation (See content from all spaces)
Related Labels: local-view , javaspaces , product-xap-60 , continuous , sql

Continuous Query
Enables continuous queries of the space with advanced matching, including boolean operators and inequalities. Overview Continuous Query allows you to write a template to the space, and continuously receive Entries that match the template. Each time an Entry appears in the space that matches ...
Custom Query Pattern
purpose of the custom query pattern is to extend the existing query capabilities by enabling users to write code and execute it as part of the query path. Motivation for Using Custom Query GigaSpaces provides various methods for performing queries on the space Querying the Space. The most ...
Querying the Space
An extension to the JavaSpaces API which allows object matching by SQL syntax or regular expression. Overview The JavaSpaces technology provides the ability to search for Entries using exact matching. In some cases there is a need to query for Entries with attribute values larger ...