- All Known Implementing Classes:
TuplesHandle
public interface TuplesResults
TupleResults represent the values returned by a
tuple 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 tuples.
Returns the query used to locate these
tuples.
Returns an array of Tuples.
-
Method Details
-
getQueryCriteria
Returns the query used to locate these
tuples.
- Returns:
- The query definition.
-
getName
Returns the name of the tuples.
- Returns:
- The name.
-
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.
-
getTuples
Returns an array of Tuples.
- Returns:
- The array of tuples.
-
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.