java.lang.Object
org.litebridgedb.db.spi.impl.function.aggregate.Count
All Implemented Interfaces:
SelectExpression

public class Count extends Object implements SelectExpression
COUNT(*) aggregate function.
  • Constructor Details

    • Count

      public Count()
  • Method Details

    • toSql

      public String toSql(Operation operation)
      Description copied from interface: SelectExpression
      Creates a SQL representation of the expression.
      Specified by:
      toSql in interface SelectExpression
      Parameters:
      operation - the operation that is being executed
      Returns:
      the SQL representation of the expression