|
GemFire 5.7 | ||||||||
| 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 | |
|---|---|
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 |
|---|
| Methods in com.gemstone.gemfire.cache.query that return SelectResults | |
|---|---|
SelectResults |
CqQuery.executeWithInitialResults()
Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ. |
| 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 5.7 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||