Package org.sqlite

Class Function.Window

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    Function

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