Group
Definição do objeto Group para agrupamento de resultados com Query.
getColumns
getColumns() : java.util.List<string>
Description
Returns the columns that will be used to perform the grouping.
Return
( java.util.List )
Columns.
setColumns
setColumns(column: java.util.List<string>) : Group
Description
Defines the columns that will be used to perform the grouping.
Attributes
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| column | java.util.List | columns. |
Return
( Group )
Current Group object.