Class BusyHandlerStore
- java.lang.Object
-
- io.roastedroot.sqlite4j.core.wasm.BusyHandlerStore
-
public class BusyHandlerStore extends Object
-
-
Constructor Summary
Constructors Constructor Description BusyHandlerStore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfree(int idx)static BusyHandlerget(int idx)static booleanisEmpty(int idx)static intregisterBusyHandler(int db, BusyHandler f)
-
-
-
Method Detail
-
registerBusyHandler
public static int registerBusyHandler(int db, BusyHandler f)
-
free
public static void free(int idx)
-
get
public static BusyHandler get(int idx)
-
isEmpty
public static boolean isEmpty(int idx)
-
-