Class AggregationResponse

java.lang.Object
com.twicedb.client.shared.AggregationResponse

public class AggregationResponse extends Object
  • Constructor Details

    • AggregationResponse

      public AggregationResponse(BigDecimal bd, boolean aggregationExists)
    • AggregationResponse

      public AggregationResponse(BigInteger bi, boolean aggregationExists)
    • AggregationResponse

      public AggregationResponse(boolean aggregationExists)
  • Method Details

    • getAggregatedValueNonInteger

      public BigDecimal getAggregatedValueNonInteger()
    • getAggregatedValueInteger

      public BigInteger getAggregatedValueInteger()
    • getAggregationExists

      public boolean getAggregationExists()