Class SQLAggregate

  • All Implemented Interfaces:
    SQLAggregateIF

    public class SQLAggregate
    extends Object
    implements SQLAggregateIF
    INTERNAL: Represents an aggregate function in a SQL query.
    • Field Detail

      • type

        protected int type
      • alias

        protected String alias
    • Constructor Detail

      • SQLAggregate

        public SQLAggregate​(SQLValueIF value,
                            int type)