Uses of Interface
SQLite.Function
-
Uses of Function in SQLite
Methods in SQLite with parameters of type Function Modifier and Type Method Description voidDatabase. create_aggregate(String name, int nargs, Function f)Create aggregate function.voidDatabase. create_function(String name, int nargs, Function f)Create regular function.