
public interface CDOQueryInfo
view to a
repository.| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_DISABLE_RESPONSE_FLUSHING
|
static int |
UNLIMITED_RESULTS |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
getChangeSetData()
Returns the
change set to be considered if this query has been created by a dirty
transaction, null otherwise. |
Object |
getContext()
Returns the context object, or
null if no context is bound. |
int |
getMaxResults()
Returns the maximum number of results to retrieve or
UNLIMITED_RESULTS for no limitation. |
Map<String,Object> |
getParameters()
Returns the parameters of this query as a map.
|
String |
getQueryLanguage()
Returns the language identifier of this query, never
null. |
String |
getQueryString()
Returns the query string of this query or
null if no query string has been set. |
boolean |
isLegacyModeEnabled()
Deprecated.
As of 4.2 the legacy mode is always enabled.
|
static final int UNLIMITED_RESULTS
static final String PARAM_DISABLE_RESPONSE_FLUSHING
Boolean typed parameter to influence automatic response flushing (the default) after each query result.String getQueryLanguage()
null.String getQueryString()
null if no query string has been set.Object getContext()
null if no context is bound.int getMaxResults()
UNLIMITED_RESULTS for no limitation.@Deprecated boolean isLegacyModeEnabled()
true if the view of this query had legacy mode enabled at the time this query was created,
false otherwise.CDOChangeSetData getChangeSetData()
change set to be considered if this query has been created by a dirty
transaction, null otherwise.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.