Uses of Class
io.roastedroot.sqlite4j.ProgressHandler
-
Packages that use ProgressHandler Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core io.roastedroot.sqlite4j.core.wasm -
-
Uses of ProgressHandler in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j with parameters of type ProgressHandler Modifier and Type Method Description static voidProgressHandler. setHandler(Connection conn, int vmCalls, ProgressHandler progressHandler)Sets a progress handler for the connection. -
Uses of ProgressHandler in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.core with parameters of type ProgressHandler Modifier and Type Method Description abstract voidDB. register_progress_handler(int vmCalls, ProgressHandler progressHandler)Progress handlervoidWasmDB. register_progress_handler(int vmCalls, ProgressHandler progressHandler) -
Uses of ProgressHandler in io.roastedroot.sqlite4j.core.wasm
Methods in io.roastedroot.sqlite4j.core.wasm that return ProgressHandler Modifier and Type Method Description static ProgressHandlerProgressHandlerStore. get(int idx)Methods in io.roastedroot.sqlite4j.core.wasm with parameters of type ProgressHandler Modifier and Type Method Description static intProgressHandlerStore. registerProgressHandler(int db, ProgressHandler f)
-