Class UDFStore
- java.lang.Object
-
- io.roastedroot.sqlite4j.core.wasm.UDFStore
-
public class UDFStore extends Object
-
-
Constructor Summary
Constructors Constructor Description UDFStore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfree(int idx)static voidfree(String name)static Functionget(int idx)static intregisterFunction(String name, Function f)
-