org.seasar.kuina.dao.criteria.impl.grammar.aggregate
クラス Max

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.aggregate.AbstractAggregateExpression
      上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.aggregate.Max
すべての実装されたインタフェース:
Criterion, AggregateExpression, ArithmeticExpression, ArithmeticFactor, ArithmeticPrimary, ArithmeticTerm, ConstructorItem, DatetimeExpression, DatetimePrimary, SelectExpression, SimpleArithmeticExpression, SimpleSelectExpression, StringExpression, StringPrimary

public class Max
extends AbstractAggregateExpression

JPQLのMAX関数を表現するクラスです.

作成者:
koichik

フィールドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.aggregate.AbstractAggregateExpression から継承されたフィールド
distinct, expression, functionName
 
コンストラクタの概要
Max(boolean distinct, PathExpression pathExpression)
          インスタンスを構築します。
Max(PathExpression pathExpression)
          インスタンスを構築します。
 
メソッドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.aggregate.AbstractAggregateExpression から継承されたメソッド
evaluate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Max

public Max(PathExpression pathExpression)
インスタンスを構築します。

パラメータ:
pathExpression - MAX関数に適用されるpath_expression

Max

public Max(boolean distinct,
           PathExpression pathExpression)
インスタンスを構築します。

パラメータ:
distinct - DISTINCT の場合はtrue,それ以外の場合はfalse
pathExpression - MAX関数に適用されるpath_expression


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.