Uses of Class
SQLite.FunctionContext
| Package | Description |
|---|---|
| SQLite |
-
Uses of FunctionContext in SQLite
Methods in SQLite with parameters of type FunctionContext Modifier and Type Method Description voidFunction. function(FunctionContext fc, String[] args)Callback for regular function.voidFunction. last_step(FunctionContext fc)Callback for final step in aggregate function.voidFunction. step(FunctionContext fc, String[] args)Callback for one step in aggregate function.