Package org.sqlite

Class Function.Aggregate

java.lang.Object
org.sqlite.Function
org.sqlite.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: