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
クラス 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.