Uses of Class
io.roastedroot.sqlite4j.BusyHandler
-
Packages that use BusyHandler Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core io.roastedroot.sqlite4j.core.wasm -
-
Uses of BusyHandler in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j with parameters of type BusyHandler Modifier and Type Method Description static voidBusyHandler. setHandler(Connection conn, BusyHandler busyHandler)Sets a busy handler for the connection. -
Uses of BusyHandler in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.core with parameters of type BusyHandler Modifier and Type Method Description abstract voidDB. busy_handler(BusyHandler busyHandler)Sets a busy handler that sleeps for a specified amount of time when a table is locked.voidWasmDB. busy_handler(BusyHandler busyHandler) -
Uses of BusyHandler in io.roastedroot.sqlite4j.core.wasm
Methods in io.roastedroot.sqlite4j.core.wasm that return BusyHandler Modifier and Type Method Description static BusyHandlerBusyHandlerStore. get(int idx)Methods in io.roastedroot.sqlite4j.core.wasm with parameters of type BusyHandler Modifier and Type Method Description static intBusyHandlerStore. registerBusyHandler(int db, BusyHandler f)
-