- All Known Implementing Classes:
ValuesHandle
public interface ValuesResults
ValuesResults represents one set of values from
a values query.
-
Method Summary
Returns the aggregate result for the named
aggregate function.
Returns an array of the aggregates.
Returns performance metrics about the
query.
Returns the name of the values.
Return the query definition for this set of
results.
Returns the type of the values.
Returns an array of the values.
-
Method Details
-
getQueryCriteria
Return the query definition for this set of
results.
- Returns:
- The query criteria.
-
getName
Returns the name of the values.
- Returns:
- The name.
-
getType
Returns the type of the values.
The type is an XSD type, for example "xs:boolean" or
"xs:integer".
- Returns:
- The type.
-
getValues
Returns an array of the values.
- Returns:
- The array of values.
-
getAggregates
Returns an array of the aggregates.
- Returns:
- The array of aggrgates.
-
getAggregate
Returns the aggregate result for the named
aggregate function.
- Parameters:
name - The name of the aggregate function.
- Returns:
- The corresponding aggregate, or null if no such aggregate
exists.
-
getMetrics
Returns performance metrics about the
query.
- Returns:
- The metrics
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.