| Package | Description |
|---|---|
| org.squashtest.tm.domain.jpql |
This package define the following extensions to the HQL language:
group_concat : support for group_concat, if the underlying database supports something similar (eg stringagg for instance)
s_sum : 'sum' over a subquery
s_count : 'count(distinct ())' over a subquery
s_avg : 'avg' over a subquery
s_min : 'min' over a subquery
s_max : 'max' over a subquery
Note that here s_count has a semantic of 'count(distinct ...)'.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtOps |
ExtOps.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtOps[] |
ExtOps.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.