public class ReturnAggregate extends ReturnValue
| Modifier and Type | Class and Description |
|---|---|
static class |
ReturnAggregate.AggregateFunctionType |
| Constructor and Description |
|---|
ReturnAggregate() |
| Modifier and Type | Method and Description |
|---|---|
ValueElement |
getArgument() |
Number |
getPercentile() |
ReturnAggregate.AggregateFunctionType |
getType() |
boolean |
isDistinct() |
void |
setArgument(ValueElement argument) |
void |
setDistinct() |
void |
setPercentile(Number percentile) |
void |
setType(ReturnAggregate.AggregateFunctionType type) |
public ReturnAggregate.AggregateFunctionType getType()
public void setType(ReturnAggregate.AggregateFunctionType type)
public ValueElement getArgument()
public void setArgument(ValueElement argument)
public Number getPercentile()
public void setPercentile(Number percentile)
public boolean isDistinct()
public void setDistinct()
Copyright © 2016. All rights reserved.