Uses of Class
org.sqlite.BusyHandler
Packages that use BusyHandler
-
Uses of BusyHandler in org.sqlite
Methods in org.sqlite with parameters of type BusyHandlerModifier and TypeMethodDescriptionstatic final void
BusyHandler.setHandler
(Connection conn, BusyHandler busyHandler) Sets a busy handler for the connection. -
Uses of BusyHandler in org.sqlite.core
Methods in org.sqlite.core with parameters of type BusyHandlerModifier and TypeMethodDescriptionabstract void
DB.busy_handler
(BusyHandler busyHandler) Sets a busy handler that sleeps for a specified amount of time when a table is locked.void
NativeDB.busy_handler
(BusyHandler busyHandler)