public interface IQueryOption
Modifier and Type | Method and Description |
---|---|
long |
getMaxCount()
Returns the maximum number of objects to retrieve when generating
the result set.
|
java.lang.String[] |
getRefProps(java.lang.String thePropertyName)
Returns the names of properties to be retrieved for objects referred to
by the specified property.
|
long |
getSkipCount()
Returns the number of objects to skip when generating the result set.
|
long getMaxCount()
long getSkipCount()
java.lang.String[] getRefProps(java.lang.String thePropertyName)
thePropertyName
- The name of the property for which to return properties of
referenced objects.