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

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

public class Avg
extends AbstractAggregateExpression

JPQLのAVG関数を表すクラスです.

作成者:
koichik

フィールドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.aggregate.AbstractAggregateExpression から継承されたフィールド
distinct, expression, functionName
 
コンストラクタの概要
Avg(boolean distinct, PathExpression pathExpression)
          インスタンスを構築します。
Avg(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
 

コンストラクタの詳細

Avg

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

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

Avg

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

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


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