Package org.sqlite
Class Function.Window
java.lang.Object
org.sqlite.Function
org.sqlite.Function.Aggregate
org.sqlite.Function.Window
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- Function
Provides an interface for creating SQLite user-defined window functions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sqlite.Function
Function.Aggregate, Function.Window
-
Field Summary
Fields inherited from class org.sqlite.Function
FLAG_DETERMINISTIC
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sqlite.Function.Aggregate
clone, xFinal, xFunc, xStep
Methods inherited from class org.sqlite.Function
args, create, create, create, destroy, destroy, error, result, result, result, result, result, result, value_blob, value_double, value_int, value_long, value_text, value_type
-
Constructor Details
-
Window
public Window()
-
-
Method Details
-
xInverse
Defines the abstract window callback function -
xValue
Defines the abstract window callback function
-