Java API Reference for Oracle? Coherence Community Edition
       (14.1.1.0.20)
 
- java.lang.Object
 
- 
- com.tangosol.coherence.rest.query.AbstractQueryEngine.ParsedQuery
 
 
- 
- Enclosing class:
 
- AbstractQueryEngine
 
protected static class AbstractQueryEngine.ParsedQuery
extends Object
Immutable helper class that wraps both final query string and a map
 of parameter types, keyed by parameter name.
 
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Constructor Detail
- 
ParsedQuery
public ParsedQuery(String sQuery,
                   Map<String,Class> mapParameterTypes)
Construct ParsedQuery instance.
- Parameters:
 
sQuery - query string without parameter names 
mapParameterTypes - a map of parameter types keyed by parameter
                           name 
 
 
- 
Method Detail
- 
getParameterTypes
public Map<String,Class> getParameterTypes()
Return a map of parameter types keyed by parameter name.
- Returns:
 
- a map of parameter types keyed by parameter name
 
 
 
 
 
 
Java API Reference for Oracle? Coherence Community Edition
       (14.1.1.0.20)
 
Copyright © 2000, 2025, Oracle and/or its affiliates.        Licensed under the Universal Permissive License v 1.0 as shown at       https://oss.oracle.com/licenses/upl.