max method

DoubleField max()

Get db value with MAX() function applied.

Implementation

DoubleField max() {
  return DbFunctions.max(this);
}