|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TypeMismatchException | |
|---|---|
| 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. |
| Uses of TypeMismatchException in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that throw TypeMismatchException | ||
|---|---|---|
boolean |
Region.existsValue(String queryPredicate)
Determines whether there is a value in this Region
that matches the given queryPredicate. |
|
|
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. |
|
Object |
Region.selectValue(String queryPredicate)
Selects the single value in this Region that matches
the given query predicate. |
|
| Uses of TypeMismatchException in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that throw TypeMismatchException | |
|---|---|
void |
Query.compile()
Deprecated. as of 6.5 |
Object |
Query.execute()
Execute this query and returns an object that represent its result. |
Object |
Query.execute(Object[] params)
Executes this query with the given parameters and returns an object that represent its result. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||