| Package | Description |
|---|---|
| org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
DBCountExpr |
DBColumnExpr.count()
Creates and returns an expression for the SQL "count()" function
which returns the number of rows in the result set.
|
DBCountExpr |
DBColumnExpr.countDistinct()
Creates and returns an expression for the SQL "count()" function
which returns the number of unique values in the result set.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.