クラス Count

すべての実装されたインタフェース:
java.io.Serializable, ASTNode

public class Count
extends Aggregate
COUNT関数を表す。 集計対象の指定は任意(未指定の場合は、件数をカウント)。 distinct指定した場合は、ユニーク数のカウント。
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ 
    コンストラクタ 説明
    Count()  
    Count​(java.lang.String propertyName)  
    Count​(java.lang.String propertyName, boolean isDistinct)  
    Count​(ValueExpression value)  
    Count​(ValueExpression value, boolean isDistinct)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    ASTNode accept​(ASTTransformer transformer)  
    void accept​(ValueExpressionVisitor visitor)  
    boolean equals​(java.lang.Object obj)  
    protected java.lang.String getFuncName()  
    int hashCode()  
    boolean isDistinct()  
    void setDistinct​(boolean isDistinct)  
    java.lang.String toString()  

    クラスから継承されたメソッド org.iplass.mtp.entity.query.value.aggregate.Aggregate

    getValue, setValue

    クラスから継承されたメソッド org.iplass.mtp.entity.query.value.ValueExpression

    newValue

    クラスから継承されたメソッド java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    インタフェースから継承されたメソッド org.iplass.mtp.entity.query.ASTNode

    copy