Package org.sqlite

Class Function.Aggregate

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    Function.Window
    Enclosing class:
    Function

    public abstract static class Function.Aggregate
    extends Function
    implements Cloneable
    Provides an interface for creating SQLite user-defined aggregate functions.
    See Also:
    Function