| Method Summary | |
|---|---|
| String[] |
Get the user-visible aliases for this projection (ie. |
| String[] |
Get the SQL select clause column aliases |
| String[] |
Get the SQL select clause column aliases for a particular user-visible alias |
| Type[] |
Return types returned by the rendered SQL fragment |
| Type[] |
Return types for a particular user-visible alias |
| boolean |
Does this projection specify grouping attributes? |
| String |
Render the SQL fragment to be used in the group by clause |
| String |
Render the SQL fragment |
public
boolean
isGrouped
(
)