Uses of Class
org.apache.empire.db.expr.column.DBCountExpr
Packages that use DBCountExpr
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBCountExpr in org.apache.empire.db
Methods in org.apache.empire.db that return DBCountExprModifier and TypeMethodDescriptionDBColumnExpr.count()Creates and returns an expression for the SQL "count()" function which returns the number of rows in the result set.DBColumnExpr.countDistinct()Creates and returns an expression for the SQL "count()" function which returns the number of unique values in the result set.