|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.criteria.impl.grammar.aggregate.AbstractAggregateExpression org.seasar.kuina.dao.criteria.impl.grammar.aggregate.Count
public class Count
JPQLのCOUNT関数を表現するクラスです.
フィールドの概要 |
---|
クラス org.seasar.kuina.dao.criteria.impl.grammar.aggregate.AbstractAggregateExpression から継承されたフィールド |
---|
distinct, expression, functionName |
コンストラクタの概要 | |
---|---|
Count(boolean distinct,
IdentificationVariable identificationVariable)
インスタンスを構築します。 |
|
Count(boolean distinct,
PathExpression pathExpression)
インスタンスを構築します。 |
|
Count(IdentificationVariable identificationVariable)
インスタンスを構築します。 |
|
Count(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 |
コンストラクタの詳細 |
---|
public Count(IdentificationVariable identificationVariable)
identificationVariable
- COUNT関数に提供されるidentification_variablepublic Count(boolean distinct, IdentificationVariable identificationVariable)
distinct
- DISTINCT の場合はtrue
,それ以外の場合はfalse
identificationVariable
- COUNT関数に提供されるidentification_variablepublic Count(PathExpression pathExpression)
pathExpression
- COUNT関数に適用されるpath_expressionpublic Count(boolean distinct, PathExpression pathExpression)
distinct
- DISTINCT の場合はtrue
,それ以外の場合はfalse
pathExpression
- COUNT関数に適用されるpath_expression
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |