java.lang.Object
org.litebridgedb.db.spi.impl.function.aggregate.Count
- All Implemented Interfaces:
SelectExpression
COUNT(*) aggregate function.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Count
public Count()
-
-
Method Details
-
toSql
Description copied from interface:SelectExpressionCreates a SQL representation of the expression.- Specified by:
toSqlin interfaceSelectExpression- Parameters:
operation- the operation that is being executed- Returns:
- the SQL representation of the expression
-