There is no need to explicitly create instances of this class. Instead use {@link DBRowSet#count() or @link DBColumnExpr#count() }
960961962963964965966
* * @return the new DBFuncExpr object */ public DBColumnExpr countDistinct() { return new DBCountExpr(this, true); }
418419420421422423424
* * @return a new DBCountExpr object */ public DBColumnExpr count() { return new DBCountExpr(this); }
273274275276277278279
913914915916917918919
* * @return the new DBFuncExpr object */ public DBColumnExpr count() { return new DBCountExpr(this, false); }
924925926927928929930
956957958959960961962
967968969970971972973
950951952953954955956
961962963964965966967