|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SelectResults | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| Uses of SelectResults in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return SelectResults | ||
|---|---|---|
|
Region.query(String queryPredicate)
Filters the values of this region using the predicate given as a string with the syntax of the
WHERE clause of the query language. |
|
| Uses of SelectResults in com.gemstone.gemfire.cache.query |
|---|
| Subinterfaces of SelectResults in com.gemstone.gemfire.cache.query | |
|---|---|
interface |
CqResults<E>
Represents the results of a CQ query that is executed using CqQuery.executeWithInitialResults() The result will contain the instances of Struct having key and value
of the region entry that satisfy the CQ query condition. |
| Uses of SelectResults in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that return SelectResults | |
|---|---|
SelectResults |
BridgeLoader.query(String queryStr)
Deprecated. use Region.query(java.lang.String) instead |
|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||