Package | Description |
---|---|
er.extensions.eof |
Modifier and Type | Method and Description |
---|---|
ERXQuery |
ERXQuery.clientFetchLimit(int limit)
If specified then the fetch will be stopped/canceled after fetching
clientFetchLimit records.
|
static ERXQuery |
ERXQuery.create() |
ERXQuery |
ERXQuery.from(EOEntity entity)
Specifies the EOEntity object to select from.
|
ERXQuery |
ERXQuery.from(String entityName)
Specifies the name of EOEntity object to select from.
|
ERXQuery |
ERXQuery.groupBy(Object... attributesOrKeys)
Use this to specify the attributes to group by.
|
ERXQuery |
ERXQuery.having(EOQualifier qual)
Specifies the qualifier for the having clause.
|
ERXQuery |
ERXQuery.orderBy(Object... orderingObjects)
Specifies the sort orderings used to build the order by clause.
|
ERXQuery |
ERXQuery.refreshingRefetchedObjects()
Specifies whether to refresh refetched objects referenced
by relationship keys, i.e.
|
ERXQuery |
ERXQuery.select(Object... attributesOrKeys)
Specifies the attributes to fetch.
|
ERXQuery |
ERXQuery.selectCount()
Specifies whether to select count(*)
|
ERXQuery |
ERXQuery.serverFetchLimit(int limit)
If specified then the query will be wrapped with something like
this, depending on the database product:
|
ERXQuery |
ERXQuery.usingBindVariables()
Enables use of bind variables.
|
ERXQuery |
ERXQuery.usingDistinct()
Specifies whether or not to use DISTINCT.
|
ERXQuery |
ERXQuery.usingQueryHint(String value)
This string is inserted after the SELECT keyword in the generated SQL
padded with a space on both sides.
|
ERXQuery |
ERXQuery.usingRelationshipAlias(String relationshipName,
String alias)
Sets the table alias to use for a given relationship name.
|
ERXQuery |
ERXQuery.where(EOQualifier qual)
Specifies the main qualifier used to build the where clause.
|
Copyright © 2002 – 2024 Project Wonder.