org.eclipse.emf.cdo.common
Interface CDOQueryInfo
- All Known Subinterfaces:
- CDOQuery
public interface CDOQueryInfo
- Since:
- 2.0
UNLIMITED_RESULTS
static final int UNLIMITED_RESULTS
- See Also:
- Constant Field Values
getQueryLanguage
java.lang.String getQueryLanguage()
getQueryString
java.lang.String getQueryString()
getParameters
java.util.Map<java.lang.String,java.lang.Object> getParameters()
getMaxResults
int getMaxResults()
- Returns the maximum number of results to retrieve or
UNLIMITED_RESULTS for no limitation.