public class Aggregate extends Expression implements HasExtensions<Aggregate>, HasFieldReference<Aggregate>
| Modifier and Type | Class and Description |
|---|---|
static class |
Aggregate.Function |
| Constructor and Description |
|---|
Aggregate() |
Aggregate(FieldName field,
Aggregate.Function function) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Aggregate |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions() |
FieldName |
getField() |
Aggregate.Function |
getFunction() |
FieldName |
getGroupField() |
String |
getSqlWhere() |
boolean |
hasExtensions() |
Aggregate |
setField(FieldName field) |
Aggregate |
setFunction(Aggregate.Function function) |
Aggregate |
setGroupField(FieldName groupField) |
Aggregate |
setSqlWhere(String sqlWhere) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Aggregate()
public Aggregate(FieldName field, Aggregate.Function function)
public FieldName getField()
getField in interface HasFieldReference<Aggregate>public Aggregate setField(FieldName field)
setField in interface HasFieldReference<Aggregate>public Aggregate.Function getFunction()
public Aggregate setFunction(Aggregate.Function function)
public FieldName getGroupField()
public String getSqlWhere()
public boolean hasExtensions()
hasExtensions in interface HasExtensions<Aggregate>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<Aggregate>public Aggregate addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<Aggregate>public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.